diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 16:10:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 16:10:17 +0000 |
commit | ca20165cb5f39d324509ee8a7959d93d14d0dd45 (patch) | |
tree | 7038e0ebf3eb2c435d7c058a568f333f08e1d3c6 /graphics/imlib2/Makefile | |
parent | 1ebb626e8c87b6f1d7b087a279bcba6d784b4e5a (diff) |
1: Upgrade to 1.1.1.
2: take MAINTAINER.
Notes
Notes:
svn path=/head/; revision=115653
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 a3376c145ea5..7ed3bc6b744b 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} |