diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-31 19:31:09 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-10-31 19:31:09 +0000 |
commit | cd0bcc75d124926e41ed945371aa4c65a3ec6990 (patch) | |
tree | 5131bede65a73720ffaa18041dcfa83e74139df0 /audio | |
parent | 332822f66bd1a42df52e1ed39678eb17b1ff3001 (diff) | |
download | ports-cd0bcc75d124926e41ed945371aa4c65a3ec6990.tar.gz ports-cd0bcc75d124926e41ed945371aa4c65a3ec6990.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flac/Makefile | 8 |
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: |