diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-18 20:11:00 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-18 20:11:00 +0800 |
commit | 919d30d326ce9bfb6615acf68e73d32f1d3c19f7 (patch) | |
tree | 1197875ef732e826d2a418de83ac3c3c35f00df8 /misc | |
parent | 532444a75f456bdc5f5d7aca4efbdc43b961ef21 (diff) | |
download | freebsd-ports-gnome-919d30d326ce9bfb6615acf68e73d32f1d3c19f7.tar.gz freebsd-ports-gnome-919d30d326ce9bfb6615acf68e73d32f1d3c19f7.tar.zst freebsd-ports-gnome-919d30d326ce9bfb6615acf68e73d32f1d3c19f7.zip |
Fix anoter victim of Ade's USE_AUTOMAKE so-called "cleanup".
Submitted by: bento
Diffstat (limited to 'misc')
-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 43821425d635..69055e2c333d 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 |