diff options
author | tota <tota@FreeBSD.org> | 2012-12-03 11:03:11 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-12-03 11:03:11 +0800 |
commit | fcedb8acd78a9c283b39290def601700ec51727f (patch) | |
tree | 923a2b28c3281a7c1473a1ee1a348f7b89b18196 /mail | |
parent | 3fa0100d0880e024c287716ed0dbbecc27cf7747 (diff) | |
download | freebsd-ports-gnome-fcedb8acd78a9c283b39290def601700ec51727f.tar.gz freebsd-ports-gnome-fcedb8acd78a9c283b39290def601700ec51727f.tar.zst freebsd-ports-gnome-fcedb8acd78a9c283b39290def601700ec51727f.zip |
- Fix PST2DII_DESC
- Move PORTDOCS before <bsd.port.options.mk>
Pointed out by: jhale@
Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libpst/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index 44e1beaeb2fa..28b17f1ce430 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -22,15 +22,13 @@ CONFIGURE_ARGS+= --disable-python MAN1= lspst.1 pst2dii.1 pst2ldif.1 readpst.1 MAN5= outlook.pst.5 +PORTDOCS= * + OPTIONS_DEFINE= DOCS PST2DII -PST2DII_DESC= "allow Summation Document Image Information output" +PST2DII_DESC= Allow Summation Document Image Information output .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MDOCS} -PORTDOCS= * -.endif - .if ${PORT_OPTIONS:MPST2DII} CONFIGURE_ARGS+= --enable-dii=yes BUILD_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick |