diff options
-rw-r--r-- | finance/emma/Makefile | 2 | ||||
-rw-r--r-- | misc/emma/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile index 43821425d635..69055e2c333d 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 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 |