diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-23 19:14:27 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-23 19:14:27 +0000 |
commit | 8ded2e569fc735e7358e8add8ba18eaae7b7f262 (patch) | |
tree | 643c9df96abf9898b5b90f7f1cde1d4b9b856838 /graphics/pixieplus/Makefile | |
parent | 2e9ee3a2cde4a2559dc45cc537bc6528a28a2294 (diff) | |
download | ports-8ded2e569fc735e7358e8add8ba18eaae7b7f262.tar.gz ports-8ded2e569fc735e7358e8add8ba18eaae7b7f262.zip |
This patch updates PixiePlus to 0.5.4.1, a rerolled distfile
that responds correctly to $PTHREAD_LIBS and includes
the patches for working with ImageMagick 6.0.0 and 64-bit
compilation.
Makefile.kde include removed from the port Makefile by
request of the kde-freebsd team.
PR: ports/67072
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Notes
Notes:
svn path=/head/; revision=109815
Diffstat (limited to 'graphics/pixieplus/Makefile')
-rw-r--r-- | graphics/pixieplus/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index d64665ed49d8..278570630e28 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pixieplus -PORTVERSION= 0.5.4 -PORTREVISION= 4 +PORTVERSION= 0.5.4.1 CATEGORIES= graphics kde MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ @@ -18,12 +17,10 @@ LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \ ungif.5:${PORTSDIR}/graphics/libungif GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --program-prefix='' USE_GMAKE= yes USE_KDELIBS_VER=3 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=13 +USE_BZIP2= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |