diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-13 01:21:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-13 01:21:55 +0000 |
commit | 27713e1c509030a9e58168fc1d73da4b71f6cd3a (patch) | |
tree | 9f18ee1d7fadfd494fb2fcde5e11f3aecd04cf48 /emulators/pcsxr | |
parent | 8996029ce0eb68961b5e7459f1f740871ffbf511 (diff) | |
download | ports-27713e1c509030a9e58168fc1d73da4b71f6cd3a.tar.gz ports-27713e1c509030a9e58168fc1d73da4b71f6cd3a.zip |
Notes
Diffstat (limited to 'emulators/pcsxr')
-rw-r--r-- | emulators/pcsxr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index c50890407377..11c50c083985 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -20,7 +20,6 @@ ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -32,7 +31,7 @@ USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) USE_GNOME= gtk30 desktopfileutils glib20 -USES= iconv +USES= iconv gmake pkgconfig USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl |