diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-24 22:29:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-24 22:29:33 +0000 |
commit | e314a0d3c424c7ae89295e39c81d7a267566cf43 (patch) | |
tree | ccbf0b464b9a8025b224d655b80ad7363c58b944 /x11-toolkits/xmhtml/Makefile | |
parent | 845d76e8952297462d3bc5a98135e0ef6397af11 (diff) | |
download | ports-e314a0d3c424c7ae89295e39c81d7a267566cf43.tar.gz ports-e314a0d3c424c7ae89295e39c81d7a267566cf43.zip |
Notes
Diffstat (limited to 'x11-toolkits/xmhtml/Makefile')
-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 69694320ec38..8259148224ad 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: |