[Midnightbsd-cvs] mports: Makefile: fix depends, set license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 20 15:15:50 EDT 2008


Log Message:
-----------
fix depends, set license

Modified Files:
--------------
    mports/x11-fonts/mozilla-fonts:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/mozilla-fonts/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11-fonts/mozilla-fonts/Makefile -L x11-fonts/mozilla-fonts/Makefile -u -r1.1 -r1.2
--- x11-fonts/mozilla-fonts/Makefile
+++ x11-fonts/mozilla-fonts/Makefile
@@ -8,17 +8,18 @@
 
 PORTNAME=	mozilla-fonts
 PORTVERSION=	1.0
+PORTREVISION=	1
 
 CATEGORIES=	x11-fonts www
 MASTER_SITES=	http://www.happygiraffe.net/dist/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Web fonts for Netscape/Mozilla
+LICENSE=	unknown
 
-BUILD_DEPENDS=	bdftopcf:${X_CLIENTS_PORT}
-
-USE_X_PREFIX=	yes
-USE_XLIB=	yes
+BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
+		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 
 .include <bsd.port.pre.mk>
 


More information about the Midnightbsd-cvs mailing list