diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 20:24:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 20:24:09 +0800 |
commit | e3b31366702ca258f6d6ffde4be5684ce7083f2c (patch) | |
tree | f06f7152ec73cff1da1d55ed8fb1cbbec58110f9 /net-p2p | |
parent | 416754ba19d48426d074519ec04ce7a38f75dd62 (diff) | |
download | freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.gz freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.zst freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.zip |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btpeer/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/deluge/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/deluge05/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/minder/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/trackerbt/Makefile | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/net-p2p/btpeer/Makefile b/net-p2p/btpeer/Makefile index 0f56634fba67..407750cc6d74 100644 --- a/net-p2p/btpeer/Makefile +++ b/net-p2p/btpeer/Makefile @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libSockets-devel.a:${PORTSDIR}/net/Sockets-devel USE_GMAKE= yes USE_OPENSSL= yes WITH_OPENSSL_BASE= yes -MAKE_ENV= CXX="${CXX}" # ssl support CFLAGS+= ${PTHREAD_CFLAGS} -DHAVE_OPENSSL diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index b0c3fffd37cb..225bd34d090d 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -29,8 +29,6 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes INSTALLS_ICONS= yes -MAKE_ENV= CC="${CC}" CXX="${CXX}" - DOCS= LICENSE README .include <bsd.port.pre.mk> diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index b0c3fffd37cb..225bd34d090d 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -29,8 +29,6 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes INSTALLS_ICONS= yes -MAKE_ENV= CC="${CC}" CXX="${CXX}" - DOCS= LICENSE README .include <bsd.port.pre.mk> diff --git a/net-p2p/minder/Makefile b/net-p2p/minder/Makefile index 0f886c32ea71..3cbd1e8f9efb 100644 --- a/net-p2p/minder/Makefile +++ b/net-p2p/minder/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libSockets.a:${PORTSDIR}/net/Sockets USE_GMAKE= yes USE_OPENSSL= yes WITH_OPENSSL_BASE= yes -MAKE_ENV= CXX="${CXX}" # ssl support CFLAGS+= ${PTHREAD_CFLAGS} -DHAVE_OPENSSL diff --git a/net-p2p/trackerbt/Makefile b/net-p2p/trackerbt/Makefile index 8de9df90baa2..bbac04c0e2d1 100644 --- a/net-p2p/trackerbt/Makefile +++ b/net-p2p/trackerbt/Makefile @@ -20,7 +20,6 @@ USE_GNOME= libxml2 USE_ICONV= yes USE_OPENSSL= yes WITH_OPENSSL_BASE= yes -MAKE_ENV= CXX="${CXX}" # ssl support CFLAGS+= ${PTHREAD_CFLAGS} -DHAVE_OPENSSL |