diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /deskutils/tpb | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) | |
download | freebsd-ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils/tpb')
-rw-r--r-- | deskutils/tpb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/tpb/Makefile b/deskutils/tpb/Makefile index c3812685ed69..d5bcf994c163 100644 --- a/deskutils/tpb/Makefile +++ b/deskutils/tpb/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd ONLY_FOR_ARCHS= i386 amd64 -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= bison iconv +USES= bison iconv gmake pkgconfig CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} |