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:
parent
fde1edb11f
commit
18462bab6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51614
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:=""
|
||||
|
@ -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:=""
|
||||
|
Loading…
Reference in New Issue
Block a user