Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 01:24:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330592 - head/x11-toolkits/mygui
Message-ID:  <201310170124.r9H1Ouha016124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 17 01:24:56 2013
New Revision: 330592
URL: http://svnweb.freebsd.org/changeset/ports/330592

Log:
  - Support staging
  - Use new LIB_DEPENDS syntax

Modified:
  head/x11-toolkits/mygui/Makefile

Modified: head/x11-toolkits/mygui/Makefile
==============================================================================
--- head/x11-toolkits/mygui/Makefile	Thu Oct 17 01:23:56 2013	(r330591)
+++ head/x11-toolkits/mygui/Makefile	Thu Oct 17 01:24:56 2013	(r330592)
@@ -10,11 +10,9 @@ DISTNAME=	MyGUI_${PORTVERSION}
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Fast, simple and flexible GUI system for Ogre engine
 
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
-BUILD_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \
-		${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois
-RUN_DEPENDS=	${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \
-		${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libOgreMain.so:${PORTSDIR}/graphics/ogre3d \
+		libOIS.so:${PORTSDIR}/devel/ois
 
 USE_ZIP=	yes
 USES=		cmake pkgconfig
@@ -23,7 +21,6 @@ USE_LDCONFIG=	yes
 USE_GCC=	yes
 USE_DOS2UNIX=	*.cpp *.h
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/install/ s|lib/pkgconfig|libdata/pkgconfig|' \
 		${WRKSRC}/CMake/ConfigureBuild.cmake



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