diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-09-10 19:19:32 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-09-10 19:19:32 +0000 |
commit | 734349b51e45b3b7ca3962ef3081939860edc649 (patch) | |
tree | ee00a96c55d6989c6d1c276075efa6edf489ad90 /www/moonshine | |
parent | e6d638b4ac3b463304cc25a4335ed6b5ad5d57e6 (diff) | |
download | ports-734349b51e45b3b7ca3962ef3081939860edc649.tar.gz ports-734349b51e45b3b7ca3962ef3081939860edc649.zip |
Notes
Diffstat (limited to 'www/moonshine')
-rw-r--r-- | www/moonshine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile index c7c73d91ee7a..cadc8a202327 100644 --- a/www/moonshine/Makefile +++ b/www/moonshine/Makefile @@ -7,7 +7,7 @@ PORTNAME= moonshine PORTVERSION= 0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www multimedia MASTER_SITES= http://romain.blogreen.org/distfiles/ DISTNAME= abock-${PORTNAME}-${GITCOMMIT} @@ -19,7 +19,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash GITCOMMIT= 35085a4 USE_GMAKE= yes -USE_GECKO= libxul +USE_GECKO= libxul19 USE_AUTOTOOLS= libtool libtoolize aclocal autoconf autoheader automake LIBTOOLIZE_ARGS= --force --copy --automake AUTOMAKE_ARGS= --gnu --add-missing --force --copy -Wno-portability |