diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-12 07:11:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-12 07:11:17 +0800 |
commit | a37c56299c912c0322b1ab15a53bf3337eabb46e (patch) | |
tree | 087b792f25c1c7f908fd23b72ea243bd7a741b02 /net | |
parent | e497ee95db71043052f3f263c9262e292d986672 (diff) | |
download | freebsd-ports-gnome-a37c56299c912c0322b1ab15a53bf3337eabb46e.tar.gz freebsd-ports-gnome-a37c56299c912c0322b1ab15a53bf3337eabb46e.tar.zst freebsd-ports-gnome-a37c56299c912c0322b1ab15a53bf3337eabb46e.zip |
Convert to new GNOME infrastructure.
Reported by: bento
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 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 |