summaryrefslogtreecommitdiff
path: root/x11/controlcenter/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-10-06 13:09:52 +0000
committerrh <rh@pkgsrc.org>2001-10-06 13:09:52 +0000
commit6ff926e635bee262a383ad1b35a845bd4c12b4da (patch)
tree9e9eff4e472ee581ff5a1e61e83b385f53db02a8 /x11/controlcenter/Makefile
parent7e405ac2c24bd9ebb7741e62ba0a249aa1c357af (diff)
downloadpkgsrc-6ff926e635bee262a383ad1b35a845bd4c12b4da.tar.gz
Buildlinkify. Patches provided in private mail by Eric Gillespie
<epg@pretzelnet.org>, modified by me to work without xpkgwedge.
Diffstat (limited to 'x11/controlcenter/Makefile')
-rw-r--r--x11/controlcenter/Makefile22
1 files changed, 12 insertions, 10 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
index a66f704eb19..2df415dbca9 100644
--- a/x11/controlcenter/Makefile
+++ b/x11/controlcenter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2001/09/27 23:18:59 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2001/10/06 13:09:52 rh Exp $
DISTNAME= control-center-1.4.0.1
CATEGORIES= x11 gnome
@@ -8,16 +8,14 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME control-center development library
-DEPENDS+= gnome-libs>=1.2.13:../../x11/gnome-libs
-DEPENDS+= gdk-pixbuf>=0.10.1:../../graphics/gdk-pixbuf
-DEPENDS+= gnome-vfs>=1.0:../../sysutils/gnome-vfs
-DEPENDS+= scrollkeeper-[0-9]*:../../textproc/scrollkeeper
+DEPENDS+= scrollkeeper-[0-9]*:../../textproc/scrollkeeper
+BUILD_USES_MSGFMT= YES
+
+BUILDLINK_DEPENDS.gnome-libs= gnome-libs>=1.2.13
+USE_BUILDLINK_ONLY= YES
USE_X11BASE= YES
USE_GMAKE= YES
-USE_LIBINTL= YES
-BUILD_USES_MSGFMT= YES
-
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -25,10 +23,14 @@ LOCALSTATEDIR= /var/gnome
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}
-CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE}
-CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
post-patch:
@${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in ""
+.include "../../graphics/gdk-pixbuf/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../sysutils/gnome-vfs/buildlink.mk"
+.include "../../x11/gnome-libs/buildlink.mk"
+.include "../../devel/popt/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"