[Midnightbsd-cvs] mports: Makefile: Add missing dependancy

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Feb 14 20:55:56 EST 2008


Log Message:
-----------
Add missing dependancy

Modified Files:
--------------
    mports/www/bookmarkbridge:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/bookmarkbridge/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L www/bookmarkbridge/Makefile -L www/bookmarkbridge/Makefile -u -r1.2 -r1.3
--- www/bookmarkbridge/Makefile
+++ www/bookmarkbridge/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	bookmarkbridge
 PORTVERSION=	0.72
-PORTREVISION=   1
+PORTREVISION=   2
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	bookmarkbridge
@@ -21,6 +21,7 @@
 USE_QT_VER=	3
 USE_XLIB=	yes
 USE_GMAKE=	yes
+USE_PERL5_BUILD=yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-mt --program-prefix="" \
 		--with-libxml2-include="${LOCALBASE}/include/libxml2"


More information about the Midnightbsd-cvs mailing list