[Midnightbsd-cvs] mports: Makefile: Follow imlib2 version bump, lgpl

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 28 16:59:54 EST 2007


Log Message:
-----------
Follow imlib2 version bump, lgpl

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/libcaca/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L graphics/libcaca/Makefile -L graphics/libcaca/Makefile -u -r1.1 -r1.2
--- graphics/libcaca/Makefile
+++ graphics/libcaca/Makefile
@@ -7,15 +7,16 @@
 
 PORTNAME=	libcaca
 PORTVERSION=	0.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	http://libcaca.zoy.org/files/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Graphics library that outputs text instead of pixels
+LICENSE=	lgpl
 
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -lm -lncurses"
 CONFIGURE_ARGS=	--enable-ncurses --disable-doc
@@ -30,7 +31,7 @@
 .if defined(WITHOUT_IMLIB2)
 CONFIGURE_ARGS+=	--disable-imlib2
 .else
-LIB_DEPENDS+=		Imlib2.3:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS+=		Imlib2.4:${PORTSDIR}/graphics/imlib2
 .endif
 
 .include <bsd.port.pre.mk>


More information about the Midnightbsd-cvs mailing list