summaryrefslogtreecommitdiff
path: root/devel/oaf
diff options
context:
space:
mode:
authorjlam <jlam>2002-04-09 17:39:49 +0000
committerjlam <jlam>2002-04-09 17:39:49 +0000
commitada01ba41aeabd46823200dd8f415cf02f74540a (patch)
treeaa4abcd394a2e0cc5676c56e1b6fe88729c08dd2 /devel/oaf
parent764d4ba90e46eea8bc4033c7bd6ad1cbf75ccc5e (diff)
downloadpkgsrc-ada01ba41aeabd46823200dd8f415cf02f74540a.tar.gz
* Remove unnecessary REPLACE_BUILDLINK* statements as they're handled by
default by bsd.buildlink.mk. * Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to use the correct libtool. * Strongly buildlinkify.
Diffstat (limited to 'devel/oaf')
-rw-r--r--devel/oaf/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
index 5af1259e5a9..7d6420172d9 100644
--- a/devel/oaf/Makefile
+++ b/devel/oaf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/03/13 17:36:51 fredb Exp $
+# $NetBSD: Makefile,v 1.16 2002/04/09 17:39:49 jlam Exp $
#
DISTNAME= oaf-0.6.7
@@ -16,13 +16,10 @@ GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-
-REPLACE_BUILDLINK_SED= -e "s|${BUILDLINK_DIR}/|${LOCALBASE}/|g"
-REPLACE_BUILDLINK+= oafConf.sh
-REPLACE_BUILDLINK+= oaf-config
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+.include "../../devel/popt/buildlink.mk"
.include "../../textproc/libxml/buildlink.mk"
.include "../../x11/gnome-libs/buildlink.mk"
-.include "../../devel/popt/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"