diff options
Diffstat (limited to 'emulators/pcsxr/Makefile')
-rw-r--r-- | emulators/pcsxr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 0c9882fb9b8c..50ab764306d2 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcsxr PORTVERSION= 1.9.91 +PORTREVISION= 1 CATEGORIES= emulators # Original URLs : # http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=pcsxr&DownloadId=98581&FileTime=129064504645100000&Build=16694 @@ -25,7 +26,7 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:262:env aclocal:110:env automake:110:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env aclocal:110:env automake:110:env libtool:22 USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |