diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2000-03-20 00:11:04 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2000-03-20 00:11:04 +0000 |
commit | 64fa98195e2ae63afd41aee0934b9ec6550383ec (patch) | |
tree | dd9b10d3cc2a68db6221ca372ceb834c0c446ea8 /audio/gnapster | |
parent | 2eeb510deea6a797df1313abfe0d2115ed2bfa5b (diff) | |
download | ports-64fa98195e2ae63afd41aee0934b9ec6550383ec.tar.gz ports-64fa98195e2ae63afd41aee0934b9ec6550383ec.zip |
This port depends fairly and squarely upon libungif. (But it wasn't
specified as a lib depend). It is now.
Notes
Notes:
svn path=/head/; revision=26833
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 |