diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:44:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:44:45 +0000 |
commit | e460680d5e93aba6718359246b0c3af9f0f2b0c3 (patch) | |
tree | 818710054f29e6fc0d77a52b914eff19b3e0f898 /x11-toolkits/xmhtml | |
parent | 8838cd18f649cf5e5381c43caf9a4168ab9f236d (diff) | |
download | ports-e460680d5e93aba6718359246b0c3af9f0f2b0c3.tar.gz ports-e460680d5e93aba6718359246b0c3af9f0f2b0c3.zip |
Replace explicit build dependency on libtool with USE_LIBTOOL knob
Notes
Notes:
svn path=/head/; revision=43367
Diffstat (limited to 'x11-toolkits/xmhtml')
-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 33633e57314e..221055cdf235 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -13,10 +13,10 @@ MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist/ MAINTAINER= Lars.Koeller@Uni-Bielefeld.de -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg +USE_LIBTOOL= yes USE_MOTIF= yes USE_X_PREFIX= yes USE_GMAKE= yes |