diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-05 07:08:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-05 07:08:03 +0800 |
commit | e7e345e36a0cffb382b5adb872641dba7722b3d6 (patch) | |
tree | 016fcd39b9a39934af9de60dff99c79b82925fda /emulators | |
parent | a79d482e041bee37774b6239ac1b71f2b6672077 (diff) | |
download | freebsd-ports-gnome-e7e345e36a0cffb382b5adb872641dba7722b3d6.tar.gz freebsd-ports-gnome-e7e345e36a0cffb382b5adb872641dba7722b3d6.tar.zst freebsd-ports-gnome-e7e345e36a0cffb382b5adb872641dba7722b3d6.zip |
Chase emulators/xmame expiration
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/pyxmame/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile index 5a1190e25eab..30f3e6b5ce1f 100644 --- a/emulators/gxmame/Makefile +++ b/emulators/gxmame/Makefile @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GXmame is a GTK frontend for xmame +DEPRECATED= Depends on deprecated emulators/xmame +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame diff --git a/emulators/pyxmame/Makefile b/emulators/pyxmame/Makefile index 57290b1ddd20..b2831c209f96 100644 --- a/emulators/pyxmame/Makefile +++ b/emulators/pyxmame/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/tgz%20source/${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Simple frontend for the xmame +DEPRECATED= Depends on deprecated emulators/xmame +EXPIRATION_DATE= 2014-03-07 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ xmame:${PORTSDIR}/emulators/xmame |