aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-06-18 23:47:08 +0800
committermezz <mezz@FreeBSD.org>2007-06-18 23:47:08 +0800
commitf7c9c53c0a4ca6e26f999bf0a73aea0be23abe84 (patch)
treed4c76bea2177272cfeba4e27b038fcb5e0b10a4c /net-p2p
parent9ef07d4efb2fa967bbd305bf32e6eedb659b2254 (diff)
downloadfreebsd-ports-graphics-f7c9c53c0a4ca6e26f999bf0a73aea0be23abe84.tar.gz
freebsd-ports-graphics-f7c9c53c0a4ca6e26f999bf0a73aea0be23abe84.tar.zst
freebsd-ports-graphics-f7c9c53c0a4ca6e26f999bf0a73aea0be23abe84.zip
Respect the CC/CXX.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/Makefile2
-rw-r--r--net-p2p/deluge05/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile
index 0ecf2d8b859..751d7846b80 100644
--- a/net-p2p/deluge/Makefile
+++ b/net-p2p/deluge/Makefile
@@ -23,6 +23,8 @@ USE_OPENSSL= yes
USE_PYTHON= yes
USE_PYDISTUTILS=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 0ecf2d8b859..751d7846b80 100644
--- a/net-p2p/deluge05/Makefile
+++ b/net-p2p/deluge05/Makefile
@@ -23,6 +23,8 @@ USE_OPENSSL= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
+MAKE_ENV= CC="${CC}" CXX="${CXX}"
+
DOCS= LICENSE README
.include <bsd.port.pre.mk>