diff options
author | martymac <martymac@FreeBSD.org> | 2012-11-08 18:06:53 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2012-11-08 18:06:53 +0800 |
commit | 4b841bb66ceb4e575589ff3861c48abc8278f08a (patch) | |
tree | 99d24e7af3c004b0626245fd71171e28c7bfaccb /emulators/pcsxr/Makefile | |
parent | b3511227314f0bd31fa4695c9d2dbde57afb0332 (diff) | |
download | freebsd-ports-gnome-4b841bb66ceb4e575589ff3861c48abc8278f08a.tar.gz freebsd-ports-gnome-4b841bb66ceb4e575589ff3861c48abc8278f08a.tar.zst freebsd-ports-gnome-4b841bb66ceb4e575589ff3861c48abc8278f08a.zip |
Update to 1.9.92.r81088
Feature safe: yes
Diffstat (limited to 'emulators/pcsxr/Makefile')
-rw-r--r-- | emulators/pcsxr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 41f2b9d03f01..0665d8562bf0 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -6,12 +6,10 @@ # PORTNAME= pcsxr -PORTVERSION= 1.9.92.r78288 -PORTREVISION= 1 +PORTVERSION= 1.9.92.r81088 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= martymac@FreeBSD.org COMMENT= Playstation (PSX) emulator @@ -37,7 +35,7 @@ USE_LDCONFIG= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) -USE_GNOME= gtk20 desktopfileutils glib20 libglade2 +USE_GNOME= gtk20 desktopfileutils glib20 USE_ICONV= yes USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl |