diff options
author | ade <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
commit | d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf (patch) | |
tree | a9f84dfec00bd80a74a8c69ddeb889d2153a111b /deskutils | |
parent | 8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (diff) | |
download | FreeBSD-ports-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.zip FreeBSD-ports-d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf.tar.gz |
Replace explicit build dependency on automake with USE_AUTOMAKE knob
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/bitnotes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/bitnotes/Makefile b/deskutils/bitnotes/Makefile index c5ec666..961bf79 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" \ |