diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 06:29:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 06:29:33 +0800 |
commit | a4008bd9103a7db5a4e0185543479d1877eb1b09 (patch) | |
tree | fca3a2d302f0591dd484754e793a2cf83ec75549 /x11-toolkits/xmhtml | |
parent | 824088a5109a40ccc1256b8c4033bbf635668c7c (diff) | |
download | freebsd-ports-graphics-a4008bd9103a7db5a4e0185543479d1877eb1b09.tar.gz freebsd-ports-graphics-a4008bd9103a7db5a4e0185543479d1877eb1b09.tar.zst freebsd-ports-graphics-a4008bd9103a7db5a4e0185543479d1877eb1b09.zip |
- Add CC and CXX to MAKE_ENV for all ports
PR: ports/86106, ports/101120 (based on)
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 69694320ec3..8259148224a 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_AUTOTOOLS= libtool:15:env USE_MOTIF= yes USE_GMAKE= yes -MAKE_ENV= CC="${LIBTOOL} ${CC}" +CC:= ${LIBTOOL} ${CC} USE_LDCONFIG= yes do-configure: |