diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-06 06:57:28 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-06 06:57:28 +0000 |
commit | e73889ba3be5a655c769ebae9f27a60055956020 (patch) | |
tree | a8920e4c2d001e51388681b46de783dcdcaf010c | |
parent | 5fe99f37eefff088d98dfaac141651cc86cb44d5 (diff) | |
download | FreeBSD-ports-e73889ba3be5a655c769ebae9f27a60055956020.zip FreeBSD-ports-e73889ba3be5a655c769ebae9f27a60055956020.tar.gz |
Uses USES=libtool
Update website
-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 9c6c305..24bdba0 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 52e7343..db11fca 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/ |