1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

When building package forcefully turn optional GNOME components on, otherwise

gnome and gnome-fifth-toe packages contain incorrect dependencies list.
This commit is contained in:
Maxim Sobolev 2001-12-16 06:53:18 +00:00
parent fde1edb11f
commit 18462bab6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51614
5 changed files with 10 additions and 5 deletions

View File

@ -28,7 +28,8 @@ MAN1= dia.1
.include <bsd.port.pre.mk>
.if exists(${X11BASE}/bin/panel) || defined(WITH_GNOME)
.if exists(${X11BASE}/bin/panel) || defined(WITH_GNOME) || defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
USE_GNOME= yes
PKGNAMESUFFIX= -gnome
CONFIGURE_ARGS= --enable-gnome \

View File

@ -29,7 +29,8 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
.if defined(HAVE_GNOME) || defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
USE_GNOME= yes
CONFIGURE_ARGS= --with-gnome --with-libglade --with-gdk-pixbuf \
--with-gnome-canvas-pixbuf

View File

@ -29,7 +29,8 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
.if defined(HAVE_GNOME) || defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
USE_GNOME= yes
CONFIGURE_ARGS= --with-gnome --with-libglade --with-gdk-pixbuf \
--with-gnome-canvas-pixbuf

View File

@ -34,7 +34,8 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
.if defined(HAVE_GNOME) || defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
USE_GNOME= yes
CONFIGURE_ARGS+=--enable-capplet
PLIST_SUB+= GNOME:=""

View File

@ -34,7 +34,8 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
.if defined(HAVE_GNOME) || defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
USE_GNOME= yes
CONFIGURE_ARGS+=--enable-capplet
PLIST_SUB+= GNOME:=""