aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-06-06 01:51:20 +0800
committersobomax <sobomax@FreeBSD.org>2001-06-06 01:51:20 +0800
commitab570124c3bd892655710cdc025341f2c986a9b4 (patch)
tree88f1b2b19dd857bcca08655cbde41a13873b86e0 /deskutils
parent1a268efa032d7951ea29270b2d81421135a18592 (diff)
downloadfreebsd-ports-gnome-ab570124c3bd892655710cdc025341f2c986a9b4.tar.gz
freebsd-ports-gnome-ab570124c3bd892655710cdc025341f2c986a9b4.tar.zst
freebsd-ports-gnome-ab570124c3bd892655710cdc025341f2c986a9b4.zip
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
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/bitnotes/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/bitnotes/Makefile b/deskutils/bitnotes/Makefile
index 961bf79facec..c5ec666d21b2 100644
--- a/deskutils/bitnotes/Makefile
+++ b/deskutils/bitnotes/Makefile
@@ -14,11 +14,12 @@ 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" \