diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-12-03 08:34:29 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-12-03 08:34:29 +0000 |
commit | 2f92a0b6816e119730088fbed2fefb6899f8f5e8 (patch) | |
tree | 3227fbccd5151313d9f19e0d8fa9d2c770c0daa3 /emulators/pcsxr | |
parent | 463757bb4204f9261abc4167a7ad76d43e735227 (diff) | |
download | ports-2f92a0b6816e119730088fbed2fefb6899f8f5e8.tar.gz ports-2f92a0b6816e119730088fbed2fefb6899f8f5e8.zip |
Notes
Diffstat (limited to 'emulators/pcsxr')
-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 853dc0774cac..d64f8af17b42 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -29,15 +29,14 @@ CONFIGURE_ARGS= --enable-opengl --enable-libcdio INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USE_DOS2UNIX= yes -DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) - USE_GNOME= gtk30 glib20 -USES= iconv gmake pkgconfig desktop-file-utils USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl +USES= dos2unix iconv gmake pkgconfig desktop-file-utils +DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) + PORTDOCS= ChangeLog README # Default CDROM device to use with dfcdrom, |