diff options
-rw-r--r-- | net/gnome-mud/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile index f0937aacbc45..a75f44ab9cd9 100644 --- a/net/gnome-mud/Makefile +++ b/net/gnome-mud/Makefile @@ -14,13 +14,12 @@ LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ gnet-2.0.0:${PORTSDIR}/net/gnet2 USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext gmake USE_GNOME= gconf2 gnomeprefix intlhack libglade2 vte USE_GSTREAMER= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lintl INSTALLS_ICONS= yes MAN6= gnome-mud.6 |