diff options
author | arved <arved@FreeBSD.org> | 2003-04-23 20:32:53 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-23 20:32:53 +0800 |
commit | 7c72e210dc365a31f9ed488137c5407d127dc9e1 (patch) | |
tree | a0da5dd76d15e35050fc0bd77ac3079f26f8f94f /graphics/pixieplus | |
parent | 41fd48484996b2121a68370219b03457b5bdc1d4 (diff) | |
download | freebsd-ports-gnome-7c72e210dc365a31f9ed488137c5407d127dc9e1.tar.gz freebsd-ports-gnome-7c72e210dc365a31f9ed488137c5407d127dc9e1.tar.zst freebsd-ports-gnome-7c72e210dc365a31f9ed488137c5407d127dc9e1.zip |
Add dependency on libungif
Submitted by: maintainer
Reported by: bento
Diffstat (limited to 'graphics/pixieplus')
-rw-r--r-- | graphics/pixieplus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 735a0b197592..0968314cd778 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.mosfet.org/pixie/ MAINTAINER= avleeuwen@piwebs.com COMMENT= A free, fast, and feature packed image browser and viewer for KDE -LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick \ + ungif.5:${PORTSDIR}/graphics/libungif GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-prefix='' |