diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 04:24:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 04:24:46 +0800 |
commit | 61ffd134e2205b36d5e172865e25329935f6b859 (patch) | |
tree | c217327c3784348316ea525e3edef148f4c4512c /graphics | |
parent | 5c48a1281bc4fdc7d03ff5375ec183e4305d67b1 (diff) | |
download | freebsd-ports-gnome-61ffd134e2205b36d5e172865e25329935f6b859.tar.gz freebsd-ports-gnome-61ffd134e2205b36d5e172865e25329935f6b859.tar.zst freebsd-ports-gnome-61ffd134e2205b36d5e172865e25329935f6b859.zip |
Correct fix the PATCH_DEPENDS.
Noticed by: fjoe
Approved by: portmgr (self)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pixieplus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index a72f49cf77e1..b830bbdb2c86 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -14,8 +14,8 @@ 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 -PATCH_DEPENDS= GraphicsMagick:${PORTSDIR}/graphics/GraphicsMagick -LIB_DEPENDS= ${PATCH_DEPENDS} \ +PATCH_DEPENDS= GraphicsMagick-config:${PORTSDIR}/graphics/GraphicsMagick +LIB_DEPENDS= GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick \ ungif:${PORTSDIR}/graphics/libungif USE_AUTOTOOLS= libtool:15 |