diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-18 12:11:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-18 12:11:00 +0000 |
commit | 14e4476aff7b5fbee70b8f3daef04de4dbd10eb0 (patch) | |
tree | 93f14f994e9518dd01857f23020d6bb951b366a0 /finance/emma | |
parent | 8441e13b5a88ae19c1298a8dec3ab39bde31b707 (diff) | |
download | ports-14e4476aff7b5fbee70b8f3daef04de4dbd10eb0.tar.gz ports-14e4476aff7b5fbee70b8f3daef04de4dbd10eb0.zip |
Notes
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 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 |