1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- fix package

Sumbitted by:	Phil Pennock
This commit is contained in:
Dirk Meyer 2007-12-12 17:34:20 +00:00
parent 1c8aae3467
commit d5a50635cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203356

View File

@ -156,7 +156,7 @@ USE_XORG+= sm ice xext xinerama xi xrandr xcursor xfixes
IGNORE= option WITH_PANGOCAIRO is required for option WITH_GTK
.endif
.else
CONFIGURE_ARGS+= --without-gtk --without-gdk-pixbuf=yes
CONFIGURE_ARGS+= --without-gtk --without-gdk-pixbuf
PLIST_SUB+= WITH_GTK="@comment "
.endif
@ -168,7 +168,7 @@ USE_GNOME+= gdkpixbuf
IGNORE= option WITH_GTK is required for option WITH_GDK_PIXBUF
.endif
.else
CONFIGURE_ARGS+= --without-gdk-pixbuf=yes
CONFIGURE_ARGS+= --without-gdk-pixbuf
PLIST_SUB+= WITH_PIXBUF="@comment "
.endif