mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Disable gtk frontend of 4.x
Reported by: kris mail
This commit is contained in:
parent
879916a057
commit
ea8534626a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174701
@ -37,6 +37,11 @@ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/incl
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
WITHOUT_GPAC= yes
|
||||
WITHOUT_GTK2= yes
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_GTK2) || ${HAVE_GNOME:Mgtk20}!=""
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gtk20
|
||||
@ -46,10 +51,6 @@ PLIST_SUB+= GTK=""
|
||||
PLIST_SUB+= GTK="@comment "
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
WITHOUT_GPAC= yes
|
||||
.endif
|
||||
|
||||
.if ${ARCH}=="i386"
|
||||
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
|
||||
MAKE_ENV+= ARCH_X86="1"
|
||||
|
@ -37,6 +37,11 @@ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/incl
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
WITHOUT_GPAC= yes
|
||||
WITHOUT_GTK2= yes
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_GTK2) || ${HAVE_GNOME:Mgtk20}!=""
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gtk20
|
||||
@ -46,10 +51,6 @@ PLIST_SUB+= GTK=""
|
||||
PLIST_SUB+= GTK="@comment "
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
WITHOUT_GPAC= yes
|
||||
.endif
|
||||
|
||||
.if ${ARCH}=="i386"
|
||||
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
|
||||
MAKE_ENV+= ARCH_X86="1"
|
||||
|
Loading…
Reference in New Issue
Block a user