summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-14 06:35:11 +0000
committerjlam <jlam@pkgsrc.org>2001-07-14 06:35:11 +0000
commit56c0ff6d58d27ba5b69da720b9ab13570c36d7c7 (patch)
tree9505f9473572cad488ba9007a1008f355e2b97de /misc/rpm/Makefile
parent4cb33d6d212abefaf2ad3009071894ce83a938ad (diff)
downloadpkgsrc-56c0ff6d58d27ba5b69da720b9ab13570c36d7c7.tar.gz
Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Add necessary dependency on zlib.
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index 14eb601049d..ee51917b1fc 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/03/27 03:20:08 hubertf Exp $
+# $NetBSD: Makefile,v 1.29 2001/07/14 06:35:11 jlam Exp $
#
DISTNAME= rpm-2.5.4
@@ -14,9 +14,9 @@ BUILD_USES_MSGFMT= yes
CONFLICTS+= rpm2cpio-*
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_LIBINTL= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_BUILDLINK_ONLY= yes
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
INSTALL_FILE= ${WRKDIR}/INSTALL
@@ -31,4 +31,6 @@ pre-install:
post-install:
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/zlib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"