diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:44:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:44:08 +0000 |
commit | 4650a910d0bf7ff9894cf3142fcc8cace240caee (patch) | |
tree | 4e52dc02625fb5dbfc24d5b3b82b178f9f543b1f /emulators | |
parent | 776c8a3824c220b5b01a68c46bc5f90199db256d (diff) | |
download | ports-4650a910d0bf7ff9894cf3142fcc8cace240caee.tar.gz ports-4650a910d0bf7ff9894cf3142fcc8cace240caee.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 | ||||
-rw-r--r-- | emulators/xcpc/Makefile | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 7c52fed0b768..315846966021 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -3,7 +3,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${BUILD_VER} -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-9.4.x diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index 7556f1822ca8..6fc3c7aec057 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -19,9 +19,9 @@ USE_XORG= ice USE_GNOME= glib20 USES= gettext iconv pkgconfig -LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu \ - pcre.3:${PORTSDIR}/devel/pcre \ - dsk.5:${PORTSDIR}/emulators/libdsk +LIB_DEPENDS+= libicui18n.so:${PORTSDIR}/devel/icu \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libdsk.so:${PORTSDIR}/emulators/libdsk OPTIONS_DEFINE= MOTIF ATHENA XSHM DEBUG OPTIONS_DEFAULT= MOTIF XSHM |