From ab570124c3bd892655710cdc025341f2c986a9b4 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 5 Jun 2001 17:51:20 +0000 Subject: Unbroke. Remove USE_AUTOMAKE and but back explicit dependency to devel/automake. These ports aren't intended to be configured by automake, which USE_AUTOMAKE does automagically. Instead they are just using some files from ${LOCALBASE}/share/automake. Screwed by: ade Reported by: bento --- x11-toolkits/lesstif/Makefile | 3 ++- x11-toolkits/libgtkeditor/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 3ee972f..91cd36c 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -15,8 +15,9 @@ 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 1af123d..7f4de9c 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 -- cgit v1.1