diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-30 06:32:37 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-30 06:32:37 +0000 |
commit | 8a098bdee48368f4a081c2d81491c33c9275a73c (patch) | |
tree | c721cbe9402a534f9ef67f2eb7ed038991808e7f /graphics | |
parent | 7307b82db53cb15ff210523035d68de0c4a3a291 (diff) |
The configure script checks for libgnomeprintui, not libgnomeprint. Therefore,
I'm changing the dependency from libgnomeprint to libgnomeprintui. PORTREVISION
bump JIC.
Notes
Notes:
svn path=/head/; revision=152417
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 112e927ce446..1565381f5fb2 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,6 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.43 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -40,8 +41,8 @@ MAN1= inkscape.1 inkview.1 IGNORE= Requires symbols not present on 4.X .endif -.if ${HAVE_GNOME:Mlibgnomeprint} != "" -USE_GNOME+= libgnomeprint +.if ${HAVE_GNOME:Mlibgnomeprintui} != "" +USE_GNOME+= libgnomeprintui CONFIGURE_ARGS+= --with-gnome-print .else CONFIGURE_ARGS+= --without-gnome-print |