diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-03 05:14:35 +0000 |
commit | 1915f515b216a732336342dc5f75fc15522dd386 (patch) | |
tree | f1bca1068b3c2264534e807b6185569dc271a50c /audio/flac/Makefile | |
parent | b0a59368cea94d80566afc72c000b41a68b3a8fe (diff) | |
download | FreeBSD-ports-1915f515b216a732336342dc5f75fc15522dd386.zip FreeBSD-ports-1915f515b216a732336342dc5f75fc15522dd386.tar.gz |
Remove USE_REINPLACE from ports in categories starting with A.
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r-- | audio/flac/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 68b63f7..3ab5e47 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -18,7 +18,6 @@ COMMENT= Free lossless audio codec LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg USE_ICONV= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --enable-sse \ |