[Midnightbsd-cvs] mports: Makefile: new master site, switch to USE_XORG

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 17 22:02:13 EDT 2008


Log Message:
-----------
new master site, switch to USE_XORG

Modified Files:
--------------
    mports/graphics/libungif:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/libungif/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L graphics/libungif/Makefile -L graphics/libungif/Makefile -u -r1.1 -r1.2
--- graphics/libungif/Makefile
+++ graphics/libungif/Makefile
@@ -8,10 +8,10 @@
 
 PORTNAME=	libungif
 PORTVERSION=	4.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITE_SUBDIR=	giflib
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Tools and library routines for working with GIF images
@@ -26,7 +26,7 @@
 CONFIGURE_ARGS+=	--with-x=no
 PKGNAMESUFFIX=	-nox11
 .else
-USE_XLIB=	yes
+USE_XORG=	sm x11
 PLIST_SUB+=	X11=''
 .endif
 


More information about the Midnightbsd-cvs mailing list