svn commit: r323686 - head/net/gnome-mud

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 06:10:08 UTC 2013


Author: bapt
Date: Fri Jul 26 06:10:07 2013
New Revision: 323686
URL: http://svnweb.freebsd.org/changeset/ports/323686

Log:
  Fix build with linker that does not copy the dt_need from libraries it links
  with like recent binutils.
  While here: convert to USES=gmake

Modified:
  head/net/gnome-mud/Makefile

Modified: head/net/gnome-mud/Makefile
==============================================================================
--- head/net/gnome-mud/Makefile	Fri Jul 26 06:07:28 2013	(r323685)
+++ head/net/gnome-mud/Makefile	Fri Jul 26 06:10:07 2013	(r323686)
@@ -14,13 +14,12 @@ LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pc
 		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


More information about the svn-ports-all mailing list