diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 16:49:46 +0800 |
commit | a3c425eac4f10c609b832fbf89e050e1dcc2744f (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /deskutils/tpb | |
parent | ca7b1a32f0ab22c9c850a23b006fb2af08456c55 (diff) | |
download | freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.gz freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.tar.zst freebsd-ports-gnome-a3c425eac4f10c609b832fbf89e050e1dcc2744f.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} |