[Midnightbsd-cvs] mports: Makefile: add libtool15 depends, hack to make portlint happy

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 17 22:04:14 EDT 2008


Log Message:
-----------
add libtool15 depends, hack to make portlint happy

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/libungif/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/libungif/Makefile -L graphics/libungif/Makefile -u -r1.2 -r1.3
--- graphics/libungif/Makefile
+++ graphics/libungif/Makefile
@@ -12,11 +12,13 @@
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	giflib
+PKGNAMESUFFIX=  ${NOX11SUFFIX}${PKGNAMESUFFIX2}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Tools and library routines for working with GIF images
 
 USE_BZIP2=	yes
+USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 USE_LDCONFIG=	yes
@@ -24,7 +26,7 @@
 .if defined(WITHOUT_X11)
 PLIST_SUB+=	X11='@comment '
 CONFIGURE_ARGS+=	--with-x=no
-PKGNAMESUFFIX=	-nox11
+NOX11SUFFIX=	-nox11
 .else
 USE_XORG=	sm x11
 PLIST_SUB+=	X11=''


More information about the Midnightbsd-cvs mailing list