diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/papaya/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/papaya/Makefile b/net/papaya/Makefile index 366a771..883ba9b 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 |