diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-16 16:07:59 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-16 16:07:59 +0000 |
commit | a3f7aafc780fbdb304b4ec43aaf6e1cc8a75d8e1 (patch) | |
tree | 088bc2aa2ca8c45fd65985e581892f863f926ba7 /www/ump | |
parent | db882f5dbfeaf9bfc71ce95bbf1288adc759d3ae (diff) |
Notes
Diffstat (limited to 'www/ump')
-rw-r--r-- | www/ump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ump/Makefile b/www/ump/Makefile index 73fd755f5708..3098bdee979b 100644 --- a/www/ump/Makefile +++ b/www/ump/Makefile @@ -29,8 +29,7 @@ ZDIST= unix-sdk-3.0b5.tar.Z:plugin ump_with_volume.tar.Z:ump timdiffs.tar.Z:ump TIMIDITY_VERSION= 2.13.2 -USES= gmake webplugin:native -USE_BZIP2= yes +USES= tar:bzip2 gmake webplugin:native GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ump --with-default-path=${LOCALBASE}/share/timidity LDFLAGS+= -export-dynamic |