mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Fix things after GNOMENG.
PR: 42567 Submitted by: Tilman Linneweh <tilman@arved.de>
This commit is contained in:
parent
162b6ef324
commit
0c49069e17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65873
@ -17,6 +17,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS}"
|
||||
@ -26,9 +27,10 @@ DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mgtk12}!=""
|
||||
USE_GNOME= gtk12
|
||||
PKGNAMESUFFIX= -gtk
|
||||
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
||||
USE_GNOME+= gnomelibs
|
||||
PKGNAMESUFFIX= -gnome
|
||||
CONFIGURE_ARGS+= --with-gnome
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user