diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-07 19:09:22 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-07 19:09:22 +0800 |
commit | ebec76dabb48c93edfac34df912a8070256e8913 (patch) | |
tree | 5a44f684ec08afe9753bef3079d4ee2880317762 /ftp/curlpp | |
parent | 590868c5a966f9479315ce17998f4d8235eb3057 (diff) | |
download | freebsd-ports-gnome-ebec76dabb48c93edfac34df912a8070256e8913.tar.gz freebsd-ports-gnome-ebec76dabb48c93edfac34df912a8070256e8913.tar.zst freebsd-ports-gnome-ebec76dabb48c93edfac34df912a8070256e8913.zip |
Remove USE_REINPLACE from all categories starting with F
Diffstat (limited to 'ftp/curlpp')
-rw-r--r-- | ftp/curlpp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 7bcebaf44208..b655c9a07b47 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -17,7 +17,6 @@ COMMENT= A C++ wrapper for libcurl LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl USE_GCC= 3.4 -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |