[Midnightbsd-cvs] mports: Makefile: gpl2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 20 15:13:43 EDT 2008
Log Message:
-----------
gpl2
Modified Files:
--------------
mports/x11-fonts/p5-type1inst:
Makefile (r1.2 -> r1.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/p5-type1inst/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11-fonts/p5-type1inst/Makefile -L x11-fonts/p5-type1inst/Makefile -u -r1.2 -r1.3
--- x11-fonts/p5-type1inst/Makefile
+++ x11-fonts/p5-type1inst/Makefile
@@ -8,7 +8,7 @@
PORTNAME= type1inst
PORTVERSION= 0.6.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-fonts perl5
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=X11/xutils
@@ -16,11 +16,14 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= A script that helps install Postscript fonts in X Window System
+LICENSE= gpl2
-RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
+.if !defined(WITHOUT_X11)
+RUN_DEPENDS= ${LOCALBASE}/bin/mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
+ ${LOCALBASE}/bin/mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
+.endif
USE_PERL5= yes
-USE_XLIB= yes
NO_BUILD= yes
MAN1= type1inst.1
More information about the Midnightbsd-cvs
mailing list