aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/lesstif
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-04-22 09:06:47 +0800
committerwill <will@FreeBSD.org>2000-04-22 09:06:47 +0800
commit9c64123d9b0638b6be10f2e9780ecff08518b878 (patch)
tree292469214f307af2fb03195a28d97ae783bacc7d /x11-toolkits/lesstif
parentacd0c4a07d7f087fce782dc01a434b36548d5920 (diff)
downloadfreebsd-ports-gnome-9c64123d9b0638b6be10f2e9780ecff08518b878.tar.gz
freebsd-ports-gnome-9c64123d9b0638b6be10f2e9780ecff08518b878.tar.zst
freebsd-ports-gnome-9c64123d9b0638b6be10f2e9780ecff08518b878.zip
Fix lesstif 0.90.0 to use automake and autoconf, as required per its build.
PR: 18145 Submitted by: maintainer
Diffstat (limited to 'x11-toolkits/lesstif')
-rw-r--r--x11-toolkits/lesstif/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index b369e0fb0248..bfc7cb01ace5 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -15,8 +15,10 @@ MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \
MAINTAINER= kargl@troutmask.apl.washington.edu
-MANUAL_PACKAGE_BUILD= do not want to install during interactive build
+BUILD_DEPENDS= ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake
+MANUAL_PACKAGE_BUILD= do not want to install during interactive build
+USE_AUTOCONF= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-static --enable-shared --disable-build-Xlt \