diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-16 18:39:21 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-16 18:39:21 +0000 |
commit | e7c5d5d06229a90caf94ca83465092ae9c0a4db5 (patch) | |
tree | 5b6b8d5667789fd7fa4a2b706de77cb55701a76e /net/gnome-mud/Makefile | |
parent | 6d710f6c174dee4e68db044261279a8ac2000d26 (diff) | |
download | ports-e7c5d5d06229a90caf94ca83465092ae9c0a4db5.tar.gz ports-e7c5d5d06229a90caf94ca83465092ae9c0a4db5.zip |
Notes
Diffstat (limited to 'net/gnome-mud/Makefile')
-rw-r--r-- | net/gnome-mud/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile index eecd32d6016f..383b5fd4a801 100644 --- a/net/gnome-mud/Makefile +++ b/net/gnome-mud/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome-mud -PORTVERSION= 0.10.6 +PORTVERSION= 0.10.7 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -15,15 +15,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based MUD client with triggers, aliases, colors, etc USE_X_PREFIX= yes -INSTALLS_OMF= yes -USE_PYTHON= yes USE_GNOME= gnomehack gnometarget gnomeprefix intlhack libgnomeui \ pygtk2 vte +USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-mccp +INSTALLS_OMF= yes MAN6= gnome-mud.6 GCONF_SCHEMAS= gnome-mud.schemas |