aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcsxr
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2012-06-15 09:56:13 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2012-06-15 09:56:13 +0000
commit6b45d74427350b307d125a65300dd7c6429e7c20 (patch)
tree23b23ac3373140072142b0daf643f4d5de85c1c6 /emulators/pcsxr
parent11be97e555ca541e44ad4422fc5323fbf547332e (diff)
downloadports-6b45d74427350b307d125a65300dd7c6429e7c20.tar.gz
ports-6b45d74427350b307d125a65300dd7c6429e7c20.zip
- Switch to OptionsNg
- Un-version LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=299327
Diffstat (limited to 'emulators/pcsxr')
-rw-r--r--emulators/pcsxr/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile
index ec5e9ac450a9..ff172511da9e 100644
--- a/emulators/pcsxr/Makefile
+++ b/emulators/pcsxr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pcsxr
PORTVERSION= 1.9.92.r76026
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
@@ -19,8 +19,8 @@ COMMENT= Playstation (PSX) emulator
LICENSE= GPLv2
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
-LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \
- cdio.13:${PORTSDIR}/sysutils/libcdio
+LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
+ cdio:${PORTSDIR}/sysutils/libcdio
ONLY_FOR_ARCHS= i386 amd64
@@ -56,7 +56,7 @@ DEFAULT_DVD_DEVICE?= /dev/cd0
CONFIGURE_ARGS+= --enable-dynarec=x86_64
.endif
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
@@ -76,7 +76,7 @@ pre-configure:
@(cd ${WRKSRC} && ${AUTORECONF} -fi)
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}