diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-03 06:32:14 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-03 06:32:14 +0000 |
commit | ea7e480abcbfa9fc92450d80de2cf4af2a78982e (patch) | |
tree | ef3659a9b28d8632c0d74b4698d29194cf85416b /emulators/pcsxr | |
parent | 73a9cf9f729b705cc4a6fa7e1d5ce02b60430d14 (diff) | |
download | ports-ea7e480abcbfa9fc92450d80de2cf4af2a78982e.tar.gz ports-ea7e480abcbfa9fc92450d80de2cf4af2a78982e.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 d64f8af17b42..f3e5a6c68db9 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ ONLY_FOR_ARCHS= i386 amd64 -USE_BZIP2= yes USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -34,7 +33,7 @@ USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl -USES= dos2unix iconv gmake pkgconfig desktop-file-utils +USES= tar:bzip2 dos2unix iconv gmake pkgconfig desktop-file-utils DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) PORTDOCS= ChangeLog README |