pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/GConf2-ui Replace BUILD_TARGETS with ALL_TARGET;...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ebfe5a5a8af
branches:  trunk
changeset: 468332:2ebfe5a5a8af
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Feb 12 18:58:22 2004 +0000

description:
Replace BUILD_TARGETS with ALL_TARGET; the former is unknown.

diffstat:

 devel/GConf2-ui/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2dcfe8bf4160 -r 2ebfe5a5a8af devel/GConf2-ui/Makefile
--- a/devel/GConf2-ui/Makefile  Thu Feb 12 18:47:40 2004 +0000
+++ b/devel/GConf2-ui/Makefile  Thu Feb 12 18:58:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/02/12 18:47:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/12 18:58:22 jmmv Exp $
 #
 
 .include "../../devel/GConf2/Makefile.common"
@@ -9,7 +9,7 @@
 CONFIGURE_ENV+=        PKG_USE_GTK=yes
 
 BUILD_DIRS=    ${WRKSRC}/gconf
-BUILD_TARGETS= GConfX.h gconf-sanity-check-2
+ALL_TARGET=    GConfX.h gconf-sanity-check-2
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \



Home | Main Index | Thread Index | Old Index