diff options
-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 |