aboutsummaryrefslogtreecommitdiff
path: root/emulators/fuse/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-05-20 15:03:18 +0000
committerRene Ladan <rene@FreeBSD.org>2013-05-20 15:03:18 +0000
commit8194533c4bff974d98632589cd9a9a79ecf9fe96 (patch)
treee756127e701c9a12b5b468144626c4d87bc6c20c /emulators/fuse/Makefile
parentc1dc5f06041afb55f9872357457b9272b20cf714 (diff)
downloadports-8194533c4bff974d98632589cd9a9a79ecf9fe96.tar.gz
ports-8194533c4bff974d98632589cd9a9a79ecf9fe96.zip
Notes
Diffstat (limited to 'emulators/fuse/Makefile')
-rw-r--r--emulators/fuse/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index fbe0d0d58cdd..f0a070600403 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= fuse
-PORTVERSION= 1.0.0.1
-PORTREVISION= 3
+PORTVERSION= 1.1.0
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
@@ -12,7 +11,7 @@ COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator
LICENSE= GPLv2
-LIB_DEPENDS= spectrum.8:${PORTSDIR}/emulators/libspectrum \
+LIB_DEPENDS= spectrum:${PORTSDIR}/emulators/libspectrum \
png15:${PORTSDIR}/graphics/png \
gcrypt:${PORTSDIR}/security/libgcrypt
@@ -34,13 +33,13 @@ SAMPLERATE_DESC= Better beeper sound quality
.if ${PORT_OPTIONS:MAO}
CONFIGURE_ARGS+=--with-libao
-LIB_DEPENDS+= ao.4:${PORTSDIR}/audio/libao
+LIB_DEPENDS+= ao:${PORTSDIR}/audio/libao
.else
CONFIGURE_ARGS+=--without-libao
.endif
.if ${PORT_OPTIONS:MSAMPLERATE}
-LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate
+LIB_DEPENDS+= samplerate:${PORTSDIR}/audio/libsamplerate
.else
CONFIGURE_ARGS+=--without-libsamplerate
.endif