diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
commit | d79ff76e2426d87a8ad0a9731e6e4ebef6d01090 (patch) | |
tree | 563a40b6ae1519cfbef58e63b360c073f2240e7b /emulators/pcsxr/Makefile | |
parent | bb347f42ed1ff2d58ab1a4df7b3db4e811a094ce (diff) | |
download | ports-d79ff76e2426d87a8ad0a9731e6e4ebef6d01090.tar.gz ports-d79ff76e2426d87a8ad0a9731e6e4ebef6d01090.zip |
Notes
Diffstat (limited to 'emulators/pcsxr/Makefile')
-rw-r--r-- | emulators/pcsxr/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 0ed8320e3e48..247710b81d78 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -13,11 +13,14 @@ COMMENT= Playstation (PSX) emulator LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 + BUILD_DEPENDS= gawk:lang/gawk LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libcdio.so:sysutils/libcdio -ONLY_FOR_ARCHS= i386 amd64 +USES= autoreconf desktop-file-utils dos2unix iconv gmake libtool \ + pkgconfig tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -32,8 +35,6 @@ USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl -USES= autoreconf desktop-file-utils dos2unix iconv gmake libtool \ - pkgconfig tar:bzip2 DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) PORTDOCS= ChangeLog README |