diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2001-06-29 13:19:06 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2001-06-29 13:19:06 +0800 |
commit | 01bd753793ffb9dfa4ee39ef53e2a6924f1a6dea (patch) | |
tree | 79343857b40a1cd629febed54be4d6322ef0342f /x11-toolkits/xmhtml | |
parent | bed98f61d7a5a5bb17d24e847eed94621fcd1a4e (diff) | |
download | freebsd-ports-gnome-01bd753793ffb9dfa4ee39ef53e2a6924f1a6dea.tar.gz freebsd-ports-gnome-01bd753793ffb9dfa4ee39ef53e2a6924f1a6dea.tar.zst freebsd-ports-gnome-01bd753793ffb9dfa4ee39ef53e2a6924f1a6dea.zip |
o Fix compiling problem due to implicit set of GNU_CONFIGURE when using
USE_LIBTOOL.
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
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 |