diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-12 18:58:22 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-12 18:58:22 +0000 |
commit | 16bf4af14ffecc1045002643e28d2978bf27dcc9 (patch) | |
tree | 175d10ce36c3fbc2cace0b4fab95b4cf16d21832 | |
parent | 6c8fa0f6c8109822998541d1434185644f8ce88b (diff) | |
download | pkgsrc-16bf4af14ffecc1045002643e28d2978bf27dcc9.tar.gz |
Replace BUILD_TARGETS with ALL_TARGET; the former is unknown.
-rw-r--r-- | devel/GConf2-ui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index 562e2a18884..f9177e9139e 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -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 @@ PKGREVISION= 3 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 \ |