[Midnightbsd-cvs] CVS Commit: Makefile: This *should* fix the dependancy issue reported

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


Log Message:
-----------
This *should* fix the dependancy issue reported on the midnightbsd-users mailing list with this port. 

I also removed an old check for xfree86 which we don't even have in mports.

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/libXft/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lx11-fonts/libXft/Makefile -Lx11-fonts/libXft/Makefile -u -r1.2 -r1.3
--- x11-fonts/libXft/Makefile
+++ x11-fonts/libXft/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	libXft
 PORTVERSION=	2.1.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://xlibs.freedesktop.org/release/
 
@@ -20,7 +20,8 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
-INSTALLS_SHLIB=	yes
+USE_XLIB=	yes
+USE_LDCONFIG=	yes
 USE_GNOME=	gnomehack gnometarget
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
@@ -35,10 +36,4 @@
 PATCHFILES+=    cjk-patch-libXft-20050716.diff.gz
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${X_WINDOW_SYSTEM:L} == xfree86-3
-IGNORE=	xft requires Render extension headers/library to build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list