diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-07 19:24:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-07 19:24:41 +0000 |
commit | a73b0f171b7534c1858ff1d4722562762dfb5b43 (patch) | |
tree | 8d4ab2d838494f8cbb1ba695ea3fbc322d9a385e /graphics/inkscape | |
parent | ca2a1b412ff219eb8ddc63c5397e6cba7032a757 (diff) | |
download | ports-a73b0f171b7534c1858ff1d4722562762dfb5b43.tar.gz ports-a73b0f171b7534c1858ff1d4722562762dfb5b43.zip |
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 181980fe425c..36345e0cf7f4 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,7 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.47 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= SF @@ -39,7 +39,7 @@ MAN1= inkscape.1 MAN1_EN= inkview.1 MANLANG= "" fr -OPTIONS= POPPLER "Enable libpoppler-cairo for rendering PDF preview" off +OPTIONS= POPPLER "Enable libpoppler-cairo for rendering PDF preview" on .include <bsd.port.pre.mk> |