diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-03 13:14:35 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-03 13:14:35 +0800 |
commit | 1915f515b216a732336342dc5f75fc15522dd386 (patch) | |
tree | f1bca1068b3c2264534e807b6185569dc271a50c /audio/tap-plugins/Makefile | |
parent | b0a59368cea94d80566afc72c000b41a68b3a8fe (diff) | |
download | freebsd-ports-gnome-1915f515b216a732336342dc5f75fc15522dd386.tar.gz freebsd-ports-gnome-1915f515b216a732336342dc5f75fc15522dd386.tar.zst freebsd-ports-gnome-1915f515b216a732336342dc5f75fc15522dd386.zip |
Remove USE_REINPLACE from ports in categories starting with A.
Diffstat (limited to 'audio/tap-plugins/Makefile')
-rw-r--r-- | audio/tap-plugins/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile index 92e922970b3e..36703023f11c 100644 --- a/audio/tap-plugins/Makefile +++ b/audio/tap-plugins/Makefile @@ -13,7 +13,6 @@ MASTER_SITE_SUBDIR= tap-plugins MAINTAINER= ports@FreeBSD.org COMMENT= LADSPA Plugins by Tom Szilagy -USE_REINPLACE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I. -c -fPIC -DPIC" \ LDFLAGS="-nostartfiles -shared -Wl,-Bsymbolic -lm" |