diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:53:13 +0000 |
commit | af2a6cb93bc18e2f18ab75f873cc87f3eddcf3bd (patch) | |
tree | 265ea9b112370a6e837d147ae8be07293c4d812f /finance | |
parent | Replace explicit build dependency on bison with USE_BISON knob (diff) |
Replace explicit build dependency on automake with USE_AUTOMAKE knob
Notes
Notes:
svn path=/head/; revision=43370
Diffstat (limited to 'finance')
-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 69055e2c333d..43821425d635 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 |