diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-03-25 05:03:02 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-03-25 05:03:02 +0000 |
commit | 2d60ca97081420db80431a858e5cec5c78138c0b (patch) | |
tree | eaae8bd7b4e7eb039b104a8d1223fa5ca7df44b0 /audio/gnapster/Makefile | |
parent | 63e8d5922acbd0ec981c13d7bb879f4ec885c9d1 (diff) | |
download | FreeBSD-ports-2d60ca97081420db80431a858e5cec5c78138c0b.zip FreeBSD-ports-2d60ca97081420db80431a858e5cec5c78138c0b.tar.gz |
Update to 1.3.7
Diffstat (limited to 'audio/gnapster/Makefile')
-rw-r--r-- | audio/gnapster/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index 1c48041..ca4d984 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: gnapster -# Version required: 1.3.6 +# Version required: 1.3.7 # Date created: 24 December 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gnapster-1.3.6 +DISTNAME= gnapster-1.3.7 CATEGORIES= audio 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 |