summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-04 19:40:05 +0000
committerbapt <bapt@FreeBSD.org>2013-10-04 19:40:05 +0000
commit09359d0b2a1d77a97eabdda710cedbad8e514a94 (patch)
treeb76b3e31b4fef32b2af07a21598407ebf7cda7f7
parentdda85bc5e66138f26a2f763fe39675492c9df1a9 (diff)
downloadFreeBSD-ports-09359d0b2a1d77a97eabdda710cedbad8e514a94.zip
FreeBSD-ports-09359d0b2a1d77a97eabdda710cedbad8e514a94.tar.gz
Enable stage
Modernize LIB_DEPENDS
-rw-r--r--audio/grip/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index cb75dee..b9027f8 100644
--- a/audio/grip/Makefile
+++ b/audio/grip/Makefile
@@ -11,11 +11,10 @@ MASTER_SITES= SF
MAINTAINER= multimedia@FreeBSD.org
COMMENT= GTK front-end to external cd rippers and audio encoders
-LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
- curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libid3-3.8.so:${PORTSDIR}/audio/id3lib \
+ libcurl.so:${PORTSDIR}/ftp/curl
USE_XORG= x11
-NO_STAGE= yes
USES= gmake pathfix pkgconfig
USE_GNOME= gnomeprefix libgnomeui vte
USE_AUTOTOOLS= libtool
@@ -31,7 +30,7 @@ OPTIONS_DEFAULT+= LAME
OPTIONS_SUB= yes
-CDPARANOIA_LIB_DEPENDS= cdda_paranoia:${PORTSDIR}/audio/cdparanoia
+CDPARANOIA_LIB_DEPENDS= libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia
CDPARANOIA_CONFIGURE_ENABLE= cdpar
CDDA2WAV_RUN_DEPENDS= cdda2wav:${PORTSDIR}/sysutils/cdrtools
FAAC_RUN_DEPENDS= faac:${PORTSDIR}/audio/faac
OpenPOWER on IntegriCloud