diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-08 21:58:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-08 21:58:22 +0800 |
commit | 1b76d9aef088471a908408e832c9a0768788e5c6 (patch) | |
tree | b9612c673c1ca8891b34945ce5873d76eea472ce | |
parent | f4b8015c2eb630d863fdd0de00dd8a5ac64d42d0 (diff) | |
download | freebsd-ports-gnome-1b76d9aef088471a908408e832c9a0768788e5c6.tar.gz freebsd-ports-gnome-1b76d9aef088471a908408e832c9a0768788e5c6.tar.zst freebsd-ports-gnome-1b76d9aef088471a908408e832c9a0768788e5c6.zip |
Add dependency on pkgconfig while here convert to USES=gmake
-rw-r--r-- | devel/monotone/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 2ac5dafd8122..987499adff6c 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -22,8 +22,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \ SUB_FILES= pkg-message USE_BZIP2= yes USE_PERL5_BUILD=yes -USES= iconv -USE_GMAKE= yes +USES= iconv pkgconfig gmake USE_LUA= 5.1+ MAKE_JOBS_SAFE= yes |