diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 18:28:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 18:28:56 +0800 |
commit | 5e0c3214dc2b3b5a9b4f33af41e480019ed4e53f (patch) | |
tree | e401bce5885cf22a5e7a6a26cda8f4f9c1c1e80d /audio | |
parent | 729834383b5601889a478ec03e265f4dd2706dd6 (diff) | |
download | freebsd-ports-gnome-5e0c3214dc2b3b5a9b4f33af41e480019ed4e53f.tar.gz freebsd-ports-gnome-5e0c3214dc2b3b5a9b4f33af41e480019ed4e53f.tar.zst freebsd-ports-gnome-5e0c3214dc2b3b5a9b4f33af41e480019ed4e53f.zip |
Add explicit build dep on pkgconf not a leaked one (neded to build jack support)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tuxguitar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/tuxguitar/Makefile b/audio/tuxguitar/Makefile index a6247fae75fd..0a061022a693 100644 --- a/audio/tuxguitar/Makefile +++ b/audio/tuxguitar/Makefile @@ -36,6 +36,7 @@ USE_ANT= yes USE_GECKO= libxul19 USE_GMAKE= yes USE_LDCONFIG= yes +USE_PKGCONFIG= build JAVA_VERSION= 1.5+ JAVA_VENDOR= freebsd bsdjava sun NOCCACHE= yes |