diff options
author | beat <beat@FreeBSD.org> | 2012-09-11 03:19:32 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-09-11 03:19:32 +0800 |
commit | b386a00f9653ea33472b4410f9ad2d7583aca3d1 (patch) | |
tree | ee00a96c55d6989c6d1c276075efa6edf489ad90 /audio | |
parent | d96d2f12758c212cd02faa1dfa9075e9aa00dbe0 (diff) | |
download | freebsd-ports-gnome-b386a00f9653ea33472b4410f9ad2d7583aca3d1.tar.gz freebsd-ports-gnome-b386a00f9653ea33472b4410f9ad2d7583aca3d1.tar.zst freebsd-ports-gnome-b386a00f9653ea33472b4410f9ad2d7583aca3d1.zip |
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tuxguitar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/tuxguitar/Makefile b/audio/tuxguitar/Makefile index fafff448eb25..a6247fae75fd 100644 --- a/audio/tuxguitar/Makefile +++ b/audio/tuxguitar/Makefile @@ -8,7 +8,7 @@ PORTNAME= tuxguitar PORTVERSION= 1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/TuxGuitar/TuxGuitar-${PORTVERSION}:src \ ${MASTER_SITE_LOCAL}/gahr/:fluid \ @@ -33,7 +33,7 @@ MAKE_ENV+= PREFIX=${PREFIX} INSTALL_DOC_DIR=${DOCSDIR} \ USE_JAVA= yes USE_ANT= yes -USE_GECKO= libxul +USE_GECKO= libxul19 USE_GMAKE= yes USE_LDCONFIG= yes JAVA_VERSION= 1.5+ @@ -54,7 +54,7 @@ SUB_FILES= tuxguitar SUB_LIST= DATADIR=${DATADIR} \ PREFIX=${PREFIX} \ JAVALIBDIR=${JAVALIBDIR} \ - GECKO=${GECKO} + GECKO=${GECKO:S/19//} post-extract: ${CP} ${DISTDIR}/8MBGMSFX.SF2 ${WRKDIR} |