summaryrefslogtreecommitdiff
path: root/audio/flac/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-10-31 19:31:09 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-10-31 19:31:09 +0000
commitcd0bcc75d124926e41ed945371aa4c65a3ec6990 (patch)
tree5131bede65a73720ffaa18041dcfa83e74139df0 /audio/flac/Makefile
parentAdd "dnstop", a libpcap application (ala tcpdump) that displays various (diff)
* Add missing iconv dependency.
* Extract missing config.rpath from converters/libiconv.
Notes
Notes: svn path=/head/; revision=69209
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r--audio/flac/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 6ea2a7602beb..ab3939fe36a6 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -7,14 +7,16 @@
PORTNAME= flac
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/share/gettext/config.rpath:${PORTSDIR}/devel/gettext
-LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/converters/libiconv:extract
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
+ ogg.4:${PORTSDIR}/audio/libogg
.if defined(WITH_XMMS)
# id3lib is only used by the XMMS plugin
@@ -50,7 +52,7 @@ MAN1= flac.1
# missing auxiliary script
post-extract:
- @${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}
+ @${CP} `cd ${PORTSDIR}/converters/libiconv && make -V WRKSRC`/autoconf/config.rpath ${WRKSRC}
# "obj" is magic to our make(1)
post-configure: