The configure script checks for libgnomeprintui, not libgnomeprint. Therefore,

I'm changing the dependency from libgnomeprint to libgnomeprintui. PORTREVISION
bump JIC.
This commit is contained in:
Adam Weinberger 2005-12-30 06:32:37 +00:00
parent 7307b82db5
commit 8a098bdee4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152417

View file

@ -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