diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-06 06:57:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-06 06:57:28 +0000 |
commit | 709174d1b9c654c455b157f27d091abe560dde65 (patch) | |
tree | a8920e4c2d001e51388681b46de783dcdcaf010c /audio/grip | |
parent | 2b2effe9d0250049ba5750f34e1e9c705db9522f (diff) |
Notes
Diffstat (limited to 'audio/grip')
-rw-r--r-- | audio/grip/Makefile | 6 | ||||
-rw-r--r-- | audio/grip/pkg-descr | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 9c6c3052d621..24bdba034846 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -4,7 +4,7 @@ PORTNAME= grip PORTVERSION= 3.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF @@ -15,9 +15,9 @@ LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \ libcurl.so:${PORTSDIR}/ftp/curl USE_XORG= x11 -USES= gmake pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_GNOME= gnomeprefix libgnomeui vte -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/grip/pkg-descr b/audio/grip/pkg-descr index 52e734327df7..db11fcac7915 100644 --- a/audio/grip/pkg-descr +++ b/audio/grip/pkg-descr @@ -5,4 +5,4 @@ protocol is supported for retrieving track information from disc database servers. Grip works with DigitalDJ to provide a unified "computerized" version of your music collection. -WWW: http://www.nostatic.org/grip/ +WWW: http://sourceforge.net/projects/grip/ |