svn commit: r339208 - head/x11-toolkits/libsexymm

Rusmir Dusko nemysis at FreeBSD.org
Thu Jan 9 08:53:38 UTC 2014


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>


More information about the svn-ports-all mailing list