diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 00:21:38 +0800 |
commit | ab93ec4098542fafc79f85ccb037c088a175a225 (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /mail | |
parent | b9ef45ee941ff10c20e52800c17a4fe88584047e (diff) | |
download | freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.gz freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.tar.zst freebsd-ports-gnome-ab93ec4098542fafc79f85ccb037c088a175a225.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libpst/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index 29d4e49ca1e5..96e3be9a7578 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= gsf-1:${PORTSDIR}/devel/libgsf GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv pathfix +USES= iconv pathfix gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv CONFIGURE_ARGS+= --disable-python --enable-libpst-shared |