From bb8a8837026b3b67fdd5df8c5967ad4098f97ee8 Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 5 Jan 2014 12:50:47 +0000 Subject: - Stage support - New LIB_DEPENDS syntax --- x11/qxkb/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/qxkb/Makefile b/x11/qxkb/Makefile index 1e2b474bb030..6a4aa644626b 100644 --- a/x11/qxkb/Makefile +++ b/x11/qxkb/Makefile @@ -11,7 +11,7 @@ COMMENT= Qt4-based advanced keyboard layout switcher 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_build rcc_build uic_build \ LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: # Fix path to the translation files @${REINPLACE_CMD} -e 's,\.\./,,' ${WRKSRC}/CMakeLists.txt -- cgit