[Midnightbsd-cvs] mports: Makefile: fix depends, set license to unknown for now.

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


Log Message:
-----------
fix depends, set license to unknown for now.  This doesn't have source with it, so we need to make sure it's the normal one distributed

Modified Files:
--------------
    mports/x11-fonts/linux-fontconfig:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/linux-fontconfig/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11-fonts/linux-fontconfig/Makefile -L x11-fonts/linux-fontconfig/Makefile -u -r1.2 -r1.3
--- x11-fonts/linux-fontconfig/Makefile
+++ x11-fonts/linux-fontconfig/Makefile
@@ -8,14 +8,16 @@
 
 PORTNAME=	fontconfig
 PORTVERSION=	2.2.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-fonts linux
 DISTNAME=	${PORTNAME}-${PORTVERSION}-13
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Linux/i386 binary of Fontconfig
+LICENSE=	unknown
 
-RUN_DEPENDS=	${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
+RUN_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
+		${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
 
 ONLY_FOR_ARCHS=	i386 amd64
 USE_GCPIO=	yes


More information about the Midnightbsd-cvs mailing list