svn commit: r323696 - head/deskutils/osmo

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 06:51:59 UTC 2013


Author: bapt
Date: Fri Jul 26 06:51:58 2013
New Revision: 323696
URL: http://svnweb.freebsd.org/changeset/ports/323696

Log:
  Fix build with linker that does not copy the dt_need from libraries it links
  with like recent binutils.
  
  Obtained from:	DPorts

Modified:
  head/deskutils/osmo/Makefile

Modified: head/deskutils/osmo/Makefile
==============================================================================
--- head/deskutils/osmo/Makefile	Fri Jul 26 06:47:04 2013	(r323695)
+++ head/deskutils/osmo/Makefile	Fri Jul 26 06:51:58 2013	(r323696)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: osmo
-# Date created:                      29 Sep 2009
-# Whom:                              Charlie Kester <corky1951#comcast.net>
-#
+# Created by: Charlie Kester <corky1951#comcast.net>
 # $FreeBSD$
-#
 
 PORTNAME=	osmo
 PORTVERSION=	0.2.10
@@ -22,15 +18,13 @@ LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/l
 		gtkhtml:${PORTSDIR}/www/libgtkhtml
 
 USE_GNOME=	gtk20
-USES=		gettext
+USES=		gettext gmake
 INSTALLS_ICONS=	yes
 
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -lintl
 CFLAGS+=	-I${LOCALBASE}/include/libical
 
-USE_GMAKE=	yes
-
 MAN1=		osmo.1
 
 POFILES=	bg ca cs da de el en_GB es fi fr hu it ja lt nl pl pt \


More information about the svn-ports-all mailing list