[Midnightbsd-cvs] mports: Makefile: add pkg-config dependancy found when trying to

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Nov 19 12:21:29 EST 2007


Log Message:
-----------
add pkg-config dependancy found when trying to shortcut build part of x with packaged perl and a few other things

Modified Files:
--------------
    mports/devel/makedepend:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/makedepend/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/makedepend/Makefile -L devel/makedepend/Makefile -u -r1.1 -r1.2
--- devel/makedepend/Makefile
+++ devel/makedepend/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	makedepend
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -17,6 +18,8 @@
 XORG_CAT=	util
 USE_XORG=	xproto
 
+BUILD_DEPENDS+=	pkg-config:${PORTSDIR}/devel/pkg-config
+
 PLIST_FILES=	bin/makedepend
 
 MAN1=		makedepend.1


More information about the Midnightbsd-cvs mailing list