diff options
author | will <will@FreeBSD.org> | 2000-04-22 09:06:47 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-22 09:06:47 +0800 |
commit | 9c64123d9b0638b6be10f2e9780ecff08518b878 (patch) | |
tree | 292469214f307af2fb03195a28d97ae783bacc7d /x11-toolkits/lesstif | |
parent | acd0c4a07d7f087fce782dc01a434b36548d5920 (diff) | |
download | freebsd-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/Makefile | 4 |
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 \ |