summaryrefslogtreecommitdiff
path: root/x11/dfm/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
commita020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch)
treef54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /x11/dfm/Makefile.common
parent287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff)
downloadpkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'x11/dfm/Makefile.common')
-rw-r--r--x11/dfm/Makefile.common15
1 files changed, 8 insertions, 7 deletions
diff --git a/x11/dfm/Makefile.common b/x11/dfm/Makefile.common
index 9621643c0a8..38ceb908585 100644
--- a/x11/dfm/Makefile.common
+++ b/x11/dfm/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2002/03/13 17:37:54 fredb Exp $
+# $NetBSD: Makefile.common,v 1.4 2002/08/25 21:52:32 jlam Exp $
#
DISTNAME= dfm-0.99.9
@@ -6,13 +6,14 @@ PKGREVISION= 1
MASTER_SITES= http://www.kaisersite.de/dfm/
WRKSRC= ${WRKDIR}/dfm
+USE_BUILDLINK2= yes
+USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-imlib-icons
-USE_BUILDLINK_ONLY= yes
-.include "../../x11/gtk/buildlink.mk"
-.include "../../graphics/xpm/buildlink.mk"
-.include "../../graphics/imlib/buildlink.mk"
-.include "../../devel/gettext-lib/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../graphics/imlib/buildlink2.mk"
+.include "../../graphics/xpm/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"