aboutsummaryrefslogtreecommitdiff
path: root/multimedia/audacious-plugins
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2010-07-30 22:14:49 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2010-07-30 22:14:49 +0000
commit113641e728e938d480f5c33ddd6a1ad6b06c2ab7 (patch)
tree13d8a1389a6f4c52c2e1d9583ff1313b5292a6bb /multimedia/audacious-plugins
parent7bb5db52e1a44398d3bc9df3190bdfa7fc4375ec (diff)
downloadports-113641e728e938d480f5c33ddd6a1ad6b06c2ab7.tar.gz
ports-113641e728e938d480f5c33ddd6a1ad6b06c2ab7.zip
Notes
Diffstat (limited to 'multimedia/audacious-plugins')
-rw-r--r--multimedia/audacious-plugins/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 774cfab5cd84..6be2a92bb049 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -7,7 +7,7 @@
PORTNAME= audacious-plugins
PORTVERSION= 2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.atheme.org/
EXTRACT_SUFX= .tgz
@@ -275,13 +275,7 @@ PLIST_SUB+= PARANORMALPLUGIN="@comment "
.endif
.if !defined(WITHOUT_NEON)
-.if exists(${LOCALBASE}/bin/neon-config)
-NEON_VER!= ${LOCALBASE}/bin/neon-config --version | \
- ${SED} -n -E 's/^neon [0-9]+\.([0-9]+)\..*$$/\1/p'
-.else
-NEON_VER= 29
-.endif
-LIB_DEPENDS+= neon.${NEON_VER}:${PORTSDIR}/www/neon${NEON_VER}
+LIB_DEPENDS+= neon.27:${PORTSDIR}/www/neon29
CONFIGURE_ARGS+=--enable-neon
PLIST_SUB+= NEONPLUGIN=""
.else