diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2001-06-29 05:19:06 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2001-06-29 05:19:06 +0000 |
commit | 1d0d89dcf72c7736320b11fe6d338286b5c32617 (patch) | |
tree | 7fc5e19c17879728da3a78c5a070739812de3269 /x11-toolkits/xmhtml | |
parent | Deploy NOPORTDOCS PLIST support (diff) |
o Fix compiling problem due to implicit set of GNU_CONFIGURE when using
USE_LIBTOOL.
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Notes
Notes:
svn path=/head/; revision=44547
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 221055cdf235..50e22fe5ac92 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_LIBTOOL= yes +GNU_CONFIGURE= no USE_MOTIF= yes USE_X_PREFIX= yes USE_GMAKE= yes |