aboutsummaryrefslogtreecommitdiff
path: root/audio/tuxguitar
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-11-27 09:08:23 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-11-27 09:08:23 +0000
commit7bd65f5b4acfcf7582ff78dc24b53b95e4be4374 (patch)
treeac22b4036e50ef6f517c0e01c7fa50c0c6c9377b /audio/tuxguitar
parent0387b6a2e3879a05710acc8edc04d5a663f1b06e (diff)
downloadports-7bd65f5b4acfcf7582ff78dc24b53b95e4be4374.tar.gz
ports-7bd65f5b4acfcf7582ff78dc24b53b95e4be4374.zip
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk - Bump PORTREVISION Approved by: portmgr (miwi) Exp-run by: miwi
Notes
Notes: svn path=/head/; revision=244837
Diffstat (limited to 'audio/tuxguitar')
-rw-r--r--audio/tuxguitar/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/tuxguitar/Makefile b/audio/tuxguitar/Makefile
index b8b40abeb4d8..0aa0df797fab 100644
--- a/audio/tuxguitar/Makefile
+++ b/audio/tuxguitar/Makefile
@@ -8,7 +8,7 @@
PORTNAME= tuxguitar
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio java
MASTER_SITES= SF/${PORTNAME}/TuxGuitar/TuxGuitar-${PORTVERSION}:src \
${MASTER_SITE_LOCAL}/gahr/:fluid \
@@ -34,7 +34,7 @@ MAKE_ENV+= PREFIX=${PREFIX} INSTALL_DOC_DIR=${DOCSDIR} \
INSTALL_SHARE_DIR=${DATADIR}
USE_JAVA= yes
-USE_GECKO= xulrunner firefox mozilla
+USE_GECKO= libxul
USE_GMAKE= yes
USE_LDCONFIG= yes
JAVA_VERSION= 1.4+
@@ -133,5 +133,4 @@ post-install:
@${ECHO} "enable them."
@${ECHO}
-.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>