diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
commit | b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /emulators | |
parent | ad444725e12107f98ef3a17901a6c968e5f165f6 (diff) | |
download | ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.tar.gz ports-b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/catapult/Makefile | 1 | ||||
-rw-r--r-- | emulators/qmc2/Makefile | 1 | ||||
-rw-r--r-- | emulators/tme/Makefile | 1 | ||||
-rw-r--r-- | emulators/xcpc/Makefile | 4 |
4 files changed, 5 insertions, 2 deletions
diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index 23bbb0434839..0fa48e30220b 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -3,6 +3,7 @@ PORTNAME= catapult PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/openmsx/openmsx/${PORTVERSION} DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} diff --git a/emulators/qmc2/Makefile b/emulators/qmc2/Makefile index d2f0ecb3869a..5b5e898d8f0c 100644 --- a/emulators/qmc2/Makefile +++ b/emulators/qmc2/Makefile @@ -3,6 +3,7 @@ PORTNAME= qmc2 PORTVERSION= 0.37 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index e990ab6a08b2..d748cc22107e 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -3,6 +3,7 @@ PORTNAME= tme PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://people.csail.mit.edu/fredette/tme/ diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index b936596af251..943f43e6a4b9 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -25,7 +25,7 @@ USE_ICONV= yes USE_GETTEXT= yes LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu \ - pcre.1:${PORTSDIR}/devel/pcre \ + pcre.3:${PORTSDIR}/devel/pcre \ dsk.5:${PORTSDIR}/emulators/libdsk OPTIONS= MOTIF "With Motif widget set" on \ |