diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 07:20:05 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 07:20:05 +0800 |
commit | 851fe01f3c02de8b97b480871b0c789c5b35e733 (patch) | |
tree | f33a174b6a5552d4dba8d6f712be4e39e2e255be /emulators | |
parent | 1c65d26bc810a0db556cccabc221c21b4ce3a980 (diff) | |
download | freebsd-ports-gnome-851fe01f3c02de8b97b480871b0c789c5b35e733.tar.gz freebsd-ports-gnome-851fe01f3c02de8b97b480871b0c789c5b35e733.tar.zst freebsd-ports-gnome-851fe01f3c02de8b97b480871b0c789c5b35e733.zip |
Chase shlib bump of libexpat.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/xmame/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile index ee240074b73f..7db0ab9f749e 100644 --- a/emulators/gxmame/Makefile +++ b/emulators/gxmame/Makefile @@ -8,7 +8,7 @@ PORTNAME= gxmame DISTVERSION= 0.35beta2 PORTEPOCH= 1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= flynn@energyhq.es.eu.org COMMENT= GXmame is a GTK frontend for xmame -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame USE_X_PREFIX= yes diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index e228a5f09a77..476d94cec84e 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -7,6 +7,7 @@ PORTNAME?= xmame PORTVERSION?= 0.103 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.energyhq.es.eu.org/files/:xmame \ @@ -23,7 +24,7 @@ DIST_SUBDIR= xmame MAINTAINER?= mmendez@energyhq.be COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 #BROKEN= Unfetchable |