Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 08:53:38 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339208 - head/x11-toolkits/libsexymm
Message-ID:  <201401090853.s098rcHb037274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Thu Jan  9 08:53:38 2014
New Revision: 339208
URL: http://svnweb.freebsd.org/changeset/ports/339208

Log:
  - Use the new format for LIB_DEPENDS
  - USES gmake instead of USE_GMAKE
  - Support STAGEDIR

Modified:
  head/x11-toolkits/libsexymm/Makefile   (contents, props changed)

Modified: head/x11-toolkits/libsexymm/Makefile
==============================================================================
--- head/x11-toolkits/libsexymm/Makefile	Thu Jan  9 08:53:23 2014	(r339207)
+++ head/x11-toolkits/libsexymm/Makefile	Thu Jan  9 08:53:38 2014	(r339208)
@@ -12,14 +12,12 @@ COMMENT=	C++ bindings for libsexy
 
 LICENSE=	LGPL21
 
-LIB_DEPENDS=	gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24 \
-		sexy:${PORTSDIR}/x11-toolkits/libsexy
+LIB_DEPENDS=	libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \
+		libgtkmm-2.4.s:${PORTSDIR}/x11-toolkits/gtkmm24
 
+USES=		gmake pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
-USES=	pathfix pkgconfig
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401090853.s098rcHb037274>