summaryrefslogtreecommitdiff
path: root/devel/prc-tools-binutils
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-27 05:19:10 +0000
committerjlam <jlam>2001-06-27 05:19:10 +0000
commitac48d5950615fa6c2335bb1c30646989dddf8dab (patch)
treee1c777a9d028ef25ddd9cb62a22eec621d76e5bd /devel/prc-tools-binutils
parentbc959693e58e8d75be86e42aa470697fc910d388 (diff)
downloadpkgsrc-ac48d5950615fa6c2335bb1c30646989dddf8dab.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
(I'm not entirely sure that libintl is actually necessary for this package, but I'm leaving it as-is for now).
Diffstat (limited to 'devel/prc-tools-binutils')
-rw-r--r--devel/prc-tools-binutils/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/prc-tools-binutils/Makefile b/devel/prc-tools-binutils/Makefile
index b87c39616eb..bbe6f7887e5 100644
--- a/devel/prc-tools-binutils/Makefile
+++ b/devel/prc-tools-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/06/27 05:17:40 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/06/27 05:19:10 jlam Exp $
#
PKGNAME= prc-tools-binutils-${PRC_TOOLS_VERS}
@@ -9,6 +9,8 @@ BASE_VERS= 2.9.1
.include "../../devel/prc-tools/Makefile.common"
-USE_LIBINTL= YES
+USE_BUILDLINK_ONLY= YES
+#USE_LIBINTL= YES
+.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"