From d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 31 May 2001 22:53:13 +0000 Subject: Replace explicit build dependency on automake with USE_AUTOMAKE knob --- deskutils/bitnotes/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'deskutils') diff --git a/deskutils/bitnotes/Makefile b/deskutils/bitnotes/Makefile index c5ec666d21b2..961bf79facec 100644 --- a/deskutils/bitnotes/Makefile +++ b/deskutils/bitnotes/Makefile @@ -14,12 +14,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake - WRKSRC= ${WRKDIR}/BitNotes USE_X_PREFIX= yes USE_AUTOCONF= yes +USE_AUTOMAKE= yes USE_GMAKE= yes USE_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ -- cgit