aboutsummaryrefslogtreecommitdiff
path: root/www/castget
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-02 15:54:35 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-02 15:54:35 +0000
commit6ab018f9afadb6d5f3c6c27e53a06bebb53ec87c (patch)
tree28cc06febdf84c34f4809345a849788b67b969d1 /www/castget
parente5b07cd05f96515e021b07047155c0b603a35dd0 (diff)
downloadports-6ab018f9afadb6d5f3c6c27e53a06bebb53ec87c.tar.gz
ports-6ab018f9afadb6d5f3c6c27e53a06bebb53ec87c.zip
Add USES=libtool
Notes
Notes: svn path=/head/; revision=360212
Diffstat (limited to 'www/castget')
-rw-r--r--www/castget/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/castget/Makefile b/www/castget/Makefile
index cf26f08d52e0..d8413943b698 100644
--- a/www/castget/Makefile
+++ b/www/castget/Makefile
@@ -3,7 +3,7 @@
PORTNAME= castget
PORTVERSION= 1.0.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= SAVANNAH CENKES
@@ -14,7 +14,7 @@ LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \
libcurl.so:${PORTSDIR}/ftp/curl
USE_LDCONFIG= yes
-USES= pkgconfig
+USES= libtool pkgconfig
USE_GNOME= glib20 libxml2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -22,7 +22,7 @@ CONFIGURE_ARGS= --disable-static
GNU_CONFIGURE= yes
PLIST_FILES= bin/castget include/libcastget.h \
- lib/libcastget.la lib/libcastget.so lib/libcastget.so.0 \
+ lib/libcastget.so lib/libcastget.so.0 lib/libcastget.so.0.0.0 \
man/man1/castget.1.gz man/man5/castgetrc.5.gz
.include <bsd.port.mk>