aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2001-06-01 06:53:13 +0800
committerade <ade@FreeBSD.org>2001-06-01 06:53:13 +0800
commitd87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf (patch)
treea9f84dfec00bd80a74a8c69ddeb889d2153a111b /x11-toolkits
parent8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (diff)
downloadfreebsd-ports-gnome-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.tar.gz
freebsd-ports-gnome-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.tar.zst
freebsd-ports-gnome-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.zip
Replace explicit build dependency on automake with USE_AUTOMAKE knob
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/lesstif/Makefile3
-rw-r--r--x11-toolkits/libgtkeditor/Makefile2
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index 91cd36cdd4b8..3ee972f2116e 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -15,9 +15,8 @@ MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \
MAINTAINER= ports@freebsd.org
-BUILD_DEPENDS= ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake
-
MANUAL_PACKAGE_BUILD= do not want to install during interactive build
+USE_AUTOMAKE= yes
USE_AUTOCONF= yes
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile
index 7f4de9c6bf0c..1af123da6e01 100644
--- a/x11-toolkits/libgtkeditor/Makefile
+++ b/x11-toolkits/libgtkeditor/Makefile
@@ -14,10 +14,10 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake
LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode
USE_X_PREFIX= yes
+USE_AUTOMAKE= yes
USE_GTK= yes
USE_GMAKE= yes
USE_LIBTOOL= yes