diff options
-rw-r--r-- | devel/GConf2-ui/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index a68ceeca206..562e2a18884 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/11 00:53:57 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/12 18:47:40 jmmv Exp $ # .include "../../devel/GConf2/Makefile.common" @@ -11,11 +11,6 @@ CONFIGURE_ENV+= PKG_USE_GTK=yes BUILD_DIRS= ${WRKSRC}/gconf BUILD_TARGETS= GConfX.h gconf-sanity-check-2 -#do-build: -# @cd ${WRKSRC}/gconf && \ -# ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \ -# -f Makefile GConfX.h gconf-sanity-check-2 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \ ${PREFIX}/libexec |