diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-18 12:11:00 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-18 12:11:00 +0000 |
commit | 919d30d326ce9bfb6615acf68e73d32f1d3c19f7 (patch) | |
tree | 1197875ef732e826d2a418de83ac3c3c35f00df8 /finance/emma | |
parent | 532444a75f456bdc5f5d7aca4efbdc43b961ef21 (diff) | |
download | FreeBSD-ports-919d30d326ce9bfb6615acf68e73d32f1d3c19f7.zip FreeBSD-ports-919d30d326ce9bfb6615acf68e73d32f1d3c19f7.tar.gz |
Fix anoter victim of Ade's USE_AUTOMAKE so-called "cleanup".
Submitted by: bento
Diffstat (limited to 'finance/emma')
-rw-r--r-- | finance/emma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile index 4382142..69055e2 100644 --- a/finance/emma/Makefile +++ b/finance/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 |