diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2001-07-02 15:19:02 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2001-07-02 15:19:02 +0800 |
commit | 49813b803078e9c94d87fde47023b83ec8485641 (patch) | |
tree | 611e0300ab8e6ac555b4fc50c4e7adb89d024bb5 /x11-toolkits/xmhtml | |
parent | c4843219e96788a5904ff983ad92586f9557e9a3 (diff) | |
download | freebsd-ports-gnome-49813b803078e9c94d87fde47023b83ec8485641.tar.gz freebsd-ports-gnome-49813b803078e9c94d87fde47023b83ec8485641.tar.zst freebsd-ports-gnome-49813b803078e9c94d87fde47023b83ec8485641.zip |
o) Fix problem setting GNU_CONFIGURE when USE_LIBTOOL us used.
The build is aborted due to the missing configure script.
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 50e22fe5ac92..025741643e7f 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -13,11 +13,13 @@ MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist/ MAINTAINER= Lars.Koeller@Uni-Bielefeld.de +# BUILD_DEPENDS is used instead of USE_LIBTOOL in order to avoid +# GNU_CONFIGURE being set. +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_LIBTOOL= yes -GNU_CONFIGURE= no +#USE_LIBTOOL= yes USE_MOTIF= yes USE_X_PREFIX= yes USE_GMAKE= yes |