summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-11 23:11:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-11 23:11:17 +0000
commitb441f7215fdcc6085fd8d4e28ca9409f43469c09 (patch)
tree16a3585afb270443b575e7a33bed22dd3ee9b2f9 /net
parentUpdate my email address and the website for the open-source version. (diff)
Convert to new GNOME infrastructure.
Reported by: bento
Diffstat (limited to 'net')
-rw-r--r--net/papaya/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/papaya/Makefile b/net/papaya/Makefile
index 366a771ae624..883ba9b5cd0f 100644
--- a/net/papaya/Makefile
+++ b/net/papaya/Makefile
@@ -16,12 +16,14 @@ COMMENT= Graphical GTK mud client with plugin support
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_GTK= yes
+USE_GNOME= gtk12
WANT_GNOME= yes
.include <bsd.port.pre.mk>
-.if !defined(HAVE_GNOME)
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME+= gnomeprefix gnomehack gnomelibs
+.else
CONFIGURE_ARGS+= --disable-gnome
.endif