diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-09-13 08:24:10 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-09-13 08:24:10 +0000 |
commit | 95ad37e3928004365f63d7050854bd40ce53aec4 (patch) | |
tree | edcc607ee50b1a9c59d0287eb9866ce779d187f3 /emulators/pcsxr/Makefile | |
parent | e12106d98a5cbf444a2946ecf74d2c81a95ade9f (diff) | |
download | ports-95ad37e3928004365f63d7050854bd40ce53aec4.tar.gz ports-95ad37e3928004365f63d7050854bd40ce53aec4.zip |
Notes
Diffstat (limited to 'emulators/pcsxr/Makefile')
-rw-r--r-- | emulators/pcsxr/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 11c50c083985..bc1c179c30b9 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcsxr -PORTVERSION= 1.9.92.r84102 +PORTVERSION= 1.9.94.r87113 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -30,8 +30,8 @@ USE_LDCONFIG= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) -USE_GNOME= gtk30 desktopfileutils glib20 -USES= iconv gmake pkgconfig +USE_GNOME= gtk30 glib20 +USES= iconv gmake pkgconfig desktop-file-utils USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl @@ -75,6 +75,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} .endfor .endif - @-update-desktop-database .include <bsd.port.mk> |