svn commit: r338760 - head/x11/qxkb

Antoine Brodin antoine at FreeBSD.org
Sun Jan 5 12:50:48 UTC 2014


Author: antoine
Date: Sun Jan  5 12:50:47 2014
New Revision: 338760
URL: http://svnweb.freebsd.org/changeset/ports/338760

Log:
  - Stage support
  - New LIB_DEPENDS syntax

Modified:
  head/x11/qxkb/Makefile

Modified: head/x11/qxkb/Makefile
==============================================================================
--- head/x11/qxkb/Makefile	Sun Jan  5 12:40:18 2014	(r338759)
+++ head/x11/qxkb/Makefile	Sun Jan  5 12:50:47 2014	(r338760)
@@ -11,7 +11,7 @@ COMMENT=	Qt4-based advanced keyboard lay
 
 LICENSE=	GPLv2 # (or later)
 
-LIB_DEPENDS=	xkbfile:${PORTSDIR}/x11/libxkbfile
+LIB_DEPENDS=	libxkbfile.so:${PORTSDIR}/x11/libxkbfile
 
 USE_BZIP2=	yes
 USES=		cmake
@@ -20,7 +20,6 @@ USE_QT4=	linguist_build moc_build qmake_
 
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 # Fix path to the translation files
 	@${REINPLACE_CMD} -e 's,\.\./,,' ${WRKSRC}/CMakeLists.txt


More information about the svn-ports-all mailing list