diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-14 12:45:35 +0000 |
commit | dbbf00416275070770d9e5699204815f28912444 (patch) | |
tree | 4ac9635418109e039475f07afaef5a2deacb3603 /emulators/xcpc | |
parent | 205f1ac23dd674163b211b136715384d89c1bf4d (diff) | |
download | ports-dbbf00416275070770d9e5699204815f28912444.tar.gz ports-dbbf00416275070770d9e5699204815f28912444.zip |
Notes
Diffstat (limited to 'emulators/xcpc')
-rw-r--r-- | emulators/xcpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index ebd6a1732576..b936596af251 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 5 +PORTREVISION= 6 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.0:${PORTSDIR}/devel/pcre \ + pcre.1:${PORTSDIR}/devel/pcre \ dsk.5:${PORTSDIR}/emulators/libdsk OPTIONS= MOTIF "With Motif widget set" on \ |