diff options
author | martymac <martymac@FreeBSD.org> | 2014-04-03 14:32:14 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-04-03 14:32:14 +0800 |
commit | 603491d70b75e30755d59d50163c99417aa7e88c (patch) | |
tree | ef3659a9b28d8632c0d74b4698d29194cf85416b /emulators/pcsxr | |
parent | 886ece268ac777611c813ff8a0e0732fbd9fb91e (diff) | |
download | freebsd-ports-gnome-603491d70b75e30755d59d50163c99417aa7e88c.tar.gz freebsd-ports-gnome-603491d70b75e30755d59d50163c99417aa7e88c.tar.zst freebsd-ports-gnome-603491d70b75e30755d59d50163c99417aa7e88c.zip |
Switch to USES=tar for my ports
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 |