diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
commit | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /www/libxul | |
parent | 3abf64849f561eab2e8e95164c0379097f31e991 (diff) | |
download | freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.gz freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.zst freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 8f58536e4291..1a51c10641cf 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -29,7 +29,7 @@ WANT_PERL= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= pkgconfig gmake USE_GL= gl MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} |