diff options
Diffstat (limited to 'audio/ripperx/Makefile')
-rw-r--r-- | audio/ripperx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ripperx/Makefile b/audio/ripperx/Makefile index c0bf4d304fe9..c89fca312f5a 100644 --- a/audio/ripperx/Makefile +++ b/audio/ripperx/Makefile @@ -11,8 +11,8 @@ DISTNAME= ripperX-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK program to rip CD audio tracks and encode them -LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib -RUN_DEPENDS= cdparanoia:${PORTSDIR}/audio/cdparanoia +LIB_DEPENDS= libid3.so:audio/id3lib +RUN_DEPENDS= cdparanoia:audio/cdparanoia GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_id3_ID3Tag_Link=yes |