diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-10 16:53:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-10 16:53:02 +0000 |
commit | 877214001b1d52fde31da1b171cf3988327849e7 (patch) | |
tree | 0cc8ee45ed5fd872452a494a3e0db153eaa1bd6f /wm/metacity/Makefile | |
parent | 80ee491886d0ad0b88b9dc336e476683e9cb121c (diff) | |
download | pkgsrc-877214001b1d52fde31da1b171cf3988327849e7.tar.gz |
Convert to buildlink2. Fix PLIST.
Diffstat (limited to 'wm/metacity/Makefile')
-rw-r--r-- | wm/metacity/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 781e84a2ae9..d068f821d6e 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:50 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/10 16:53:02 wiz Exp $ # DISTNAME= metacity-2.3.377 @@ -10,17 +10,18 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= gnome-compliant window manager +BUILD_USES_MSGFMT= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-included-gettext USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +USE_X11= yes +USE_BUILDLINK2= yes -CONFIGURE_ENV+= PKG_CONFIG=${BUILDLINK_DIR}/bin/pkg-config - -BUILD_USES_MSGFMT= yes - -.include "../../devel/gettext-lib/buildlink.mk" -.include "../../devel/GConf2/buildlink.mk" -.include "../../x11/gtk2/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/GConf2/buildlink2.mk" +.include "../../net/ORBit2/buildlink2.mk" +.include "../../x11/gtk2/buildlink2.mk" +.include "../../devel/ptl2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |