1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add USES=libtool

This commit is contained in:
Tijl Coosemans 2014-07-02 15:54:35 +00:00
parent e5b07cd05f
commit 6ab018f9af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360212

View File

@ -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>