diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-04 23:08:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-04 23:08:03 +0000 |
commit | 7a717a3fa64a64df79d66e1e013678237f4827b3 (patch) | |
tree | 016fcd39b9a39934af9de60dff99c79b82925fda | |
parent | graphics/xli: actually fix staging/packaging issue (diff) |
Chase emulators/xmame expiration
Notes
Notes:
svn path=/head/; revision=347086
-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 |