mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Swap logic for X11 option
- Increase PORTREVISION so users notice the change PR: ports/105913 Submitted by: Jonas Sonntag <jonas@schiebtsich.net> (maintainer)
This commit is contained in:
parent
aa82b82894
commit
52bb140a25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178129
@ -44,7 +44,7 @@
|
||||
|
||||
PORTNAME= gtk-gnutella
|
||||
PORTVERSION= 0.96.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://gtk-gnutella.sourceforge.net/download/ \
|
||||
@ -91,7 +91,7 @@ CONFIGURE_ARGS+= -D optimize=-g -D official=false
|
||||
CONFIGURE_ARGS+= -D official=true
|
||||
.endif
|
||||
|
||||
.if defined(WITH_X11)
|
||||
.if !defined(WITHOUT_X11)
|
||||
USE_XLIB= yes
|
||||
.if defined(WITH_GTK2)
|
||||
CONFIGURE_ARGS+= -D gtkversion=2
|
||||
|
Loading…
x
Reference in New Issue
Block a user