diff options
author | tg <tg@FreeBSD.org> | 2001-03-22 21:36:50 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-03-22 21:36:50 +0800 |
commit | 9ccaa2776de4f0f33557b4b14eb22f1e29f5f5dc (patch) | |
tree | 08a9fc0e6bd61adf0d72b1b0dfe63cfe209efdb9 /misc | |
parent | 8cd1041e30b56c57fce1d06b4fa39597477d3668 (diff) | |
download | freebsd-ports-gnome-9ccaa2776de4f0f33557b4b14eb22f1e29f5f5dc.tar.gz freebsd-ports-gnome-9ccaa2776de4f0f33557b4b14eb22f1e29f5f5dc.tar.zst freebsd-ports-gnome-9ccaa2776de4f0f33557b4b14eb22f1e29f5f5dc.zip |
Depend on the new py-mx-base.
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 817edba4192c..44af09361aeb 100644 --- a/misc/emma/Makefile +++ b/misc/emma/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-1/} MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/DateTime/DateTime.py:${PORTSDIR}/devel/py-mxDateTime +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/DateTime.py:${PORTSDIR}/lang/py-mx-base WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//} |