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>
This commit is contained in:
Lars Koeller 2001-07-02 07:19:02 +00:00
parent 93da144446
commit 77cb89de33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44630

View File

@ -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