diff options
author | ade <ade@FreeBSD.org> | 2001-06-01 06:53:13 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-01 06:53:13 +0800 |
commit | d87ee59c6f5a7f3fb741d46c0b7923d2692ccdbf (patch) | |
tree | a9f84dfec00bd80a74a8c69ddeb889d2153a111b /misc/emma | |
parent | 8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (diff) | |
download | freebsd-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 'misc/emma')
-rw-r--r-- | misc/emma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/emma/Makefile b/misc/emma/Makefile index 69055e2c333d..43821425d635 100644 --- a/misc/emma/Makefile +++ b/misc/emma/Makefile @@ -13,12 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/DateTime.py:${PORTSDIR}/lang/py-mx-base WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//} USE_X_PREFIX= yes +USE_AUTOMAKE= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes |