diff options
author | joe <joe@FreeBSD.org> | 2000-03-20 08:11:04 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2000-03-20 08:11:04 +0800 |
commit | 8acfbf267889f45ca1e2698c1a6754bfba8b909f (patch) | |
tree | ea99ca83c8267c9512bf184e79754dc334930f8c /audio/gnapster | |
parent | b6256b77d1bcbf46620e3e3de6c05437f138cc89 (diff) | |
download | freebsd-ports-gnome-8acfbf267889f45ca1e2698c1a6754bfba8b909f.tar.gz freebsd-ports-gnome-8acfbf267889f45ca1e2698c1a6754bfba8b909f.tar.zst freebsd-ports-gnome-8acfbf267889f45ca1e2698c1a6754bfba8b909f.zip |
This port depends fairly and squarely upon libungif. (But it wasn't
specified as a lib depend). It is now.
Diffstat (limited to 'audio/gnapster')
-rw-r--r-- | audio/gnapster/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index 1c48041ea70a..2fc282de72d2 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.gotlinux.org/~jasta/files/ MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ - Xpm.4:${PORTSDIR}/graphics/xpm + Xpm.4:${PORTSDIR}/graphics/xpm \ + ungif.5:${PORTSDIR}/graphics/libungif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |