summaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-10 00:08:41 +0000
committerjlam <jlam>2001-06-10 00:08:41 +0000
commit3fd8dc5e56f2d68292f0adba7c1d4263303f35f3 (patch)
tree0838924d49f3defeb8bcbef3b48f5456d0570a78 /lang/librep
parent9d67434c524abb2745d1d6648faf70a092c3c485 (diff)
downloadpkgsrc-3fd8dc5e56f2d68292f0adba7c1d4263303f35f3.tar.gz
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'lang/librep')
-rw-r--r--lang/librep/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 56cdbad99e2..dc697da3379 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/05/28 06:19:10 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/06/10 00:08:45 jlam Exp $
#
DISTNAME= librep-${REP_VERS}
@@ -32,6 +32,4 @@ LDFLAGS+= -L${BUILDLINK_LIBDIR}
PLIST_SUBST+= REP_VERS=${REP_VERS}
-pre-configure: ${BUILDLINK_TARGETS}
-
.include "../../mk/bsd.pkg.mk"