diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 16:21:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 16:21:38 +0000 |
commit | 839ef5dcc231d4578b27fddbf9ea3c594ccff39d (patch) | |
tree | 0f91c8ecd5ebbf28bdef91ce28d785f5877b833d /mail/libpst | |
parent | cbec9fc70ac0777694fbd0422c3742d9aaf5b91f (diff) | |
download | ports-839ef5dcc231d4578b27fddbf9ea3c594ccff39d.tar.gz ports-839ef5dcc231d4578b27fddbf9ea3c594ccff39d.zip |
Notes
Diffstat (limited to 'mail/libpst')
-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 |