diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-08-08 16:10:17 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-08-08 16:10:17 +0000 |
commit | fc0b8f8719d6b86d8e53181040ba0f2ff47a355d (patch) | |
tree | 748e5236efda57a8be0ba5b85a3ea64b94e501bd /graphics/imlib2/Makefile | |
parent | 8ebb4e5d3ab5b98860edbda2088a240d9cfe1d8f (diff) | |
download | FreeBSD-ports-fc0b8f8719d6b86d8e53181040ba0f2ff47a355d.zip FreeBSD-ports-fc0b8f8719d6b86d8e53181040ba0f2ff47a355d.tar.gz |
1: Upgrade to 1.1.1.
2: take MAINTAINER.
Diffstat (limited to 'graphics/imlib2/Makefile')
-rw-r--r-- | graphics/imlib2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index a3376c1..7ed3bc6 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -6,12 +6,12 @@ # PORTNAME= imlib2 -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vanilla@FreeBSD.org COMMENT= The next generation graphic library for enlightenment package LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ @@ -21,6 +21,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.9:${PORTSDIR}/print/freetype2 USE_LIBLTDL= yes +USE_LIBTOOL_VER= 15 USE_X_PREFIX= yes USE_GNOME= gnomehack pkgconfig USE_REINPLACE= yes @@ -35,7 +36,6 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-mmx .endif -post-configure: - @${REINPLACE_CMD} -e 's|\@localbase\@|${LOCALBASE}|g' ${WRKSRC}/imlib2-config - .include <bsd.port.post.mk> + +CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} |