diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-24 02:37:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-24 02:37:48 +0800 |
commit | b8481ebd412b9dc36e394577699670f9be8e818c (patch) | |
tree | 9aad97e09901c2b5172009cd32e91cfa4639d010 /graphics | |
parent | a36935f252874b2bbea78df8e954a28cbbf73b0c (diff) | |
download | freebsd-ports-gnome-b8481ebd412b9dc36e394577699670f9be8e818c.tar.gz freebsd-ports-gnome-b8481ebd412b9dc36e394577699670f9be8e818c.tar.zst freebsd-ports-gnome-b8481ebd412b9dc36e394577699670f9be8e818c.zip |
Add GraphicsMagick to PATCH_DEPENDS to fix build on cluster.
Spotted by: mi
Approved by: portmgr (self)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pixieplus/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index d06701fa5bbe..a72f49cf77e1 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -14,12 +14,13 @@ MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= A free, fast, and feature packed image browser and viewer for KDE -LIB_DEPENDS= GraphicsMagick:${PORTSDIR}/graphics/GraphicsMagick \ +PATCH_DEPENDS= GraphicsMagick:${PORTSDIR}/graphics/GraphicsMagick +LIB_DEPENDS= ${PATCH_DEPENDS} \ ungif:${PORTSDIR}/graphics/libungif USE_AUTOTOOLS= libtool:15 USE_KDELIBS_VER=3 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_BZIP2= yes ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` |