diff options
author | sem <sem@FreeBSD.org> | 2006-02-08 01:56:16 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-02-08 01:56:16 +0800 |
commit | 6b32587e21470f1c19ad1417d849f242d3c11833 (patch) | |
tree | 893832526552e92e836e3aa054cfd0a92f687b6d /net | |
parent | b7fc351009a9e97dcd443617c03c73be8fd00346 (diff) | |
download | freebsd-ports-gnome-6b32587e21470f1c19ad1417d849f242d3c11833.tar.gz freebsd-ports-gnome-6b32587e21470f1c19ad1417d849f242d3c11833.tar.zst freebsd-ports-gnome-6b32587e21470f1c19ad1417d849f242d3c11833.zip |
- Remove USE_REINPLACE from my ports
Diffstat (limited to 'net')
-rw-r--r-- | net/trafshow3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 1b67ca9580b6..db4704c402f7 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -35,7 +35,6 @@ LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses .endif .endif -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |