diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-18 18:28:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-18 18:28:17 +0000 |
commit | 67cbe6c89537d4f99ad07395e984ce4a689da80c (patch) | |
tree | 52fa15869709a1a318b610dd9f793892b64fcfff /net/gnome-mud | |
parent | 4292fd91f1daad9b0f96a79f5d2d61b1d73f8d2a (diff) |
Notes
Diffstat (limited to 'net/gnome-mud')
-rw-r--r-- | net/gnome-mud/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile index 5608a6f8aeee..06f090ea1986 100644 --- a/net/gnome-mud/Makefile +++ b/net/gnome-mud/Makefile @@ -15,12 +15,10 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based MUD client with triggers, aliases, colors, etc -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2 - USE_X_PREFIX= yes USE_PYTHON= yes -USE_GNOME= gnomehack gnomeprefix intlhack gnometarget libgnomeui vte +USE_GNOME= gnomehack gnometarget gnomeprefix intlhack libgnomeui \ + pygtk2 vte USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |