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 /net-p2p | |
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 'net-p2p')
-rw-r--r-- | net-p2p/lopster/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/teknap/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index a387242e59b5..058f57e76f4e 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 USE_X_PREFIX= yes -USE_REINPLACE= yes CONFIGURE_ARGS= --with-pthread=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile index 67c9be8d3b0b..b15909debecf 100644 --- a/net-p2p/teknap/Makefile +++ b/net-p2p/teknap/Makefile @@ -24,7 +24,6 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms .endif WRKSRC= ${WRKDIR}/TekNap -USE_REINPLACE= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" |