diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-05 20:50:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-05 20:50:47 +0800 |
commit | bb8a8837026b3b67fdd5df8c5967ad4098f97ee8 (patch) | |
tree | 2cabdfa72e658b3aba28cd56ee591a83692033ac /x11 | |
parent | e1ccfbd67f641dc15bd0be6d5e8bc4c4a0aec118 (diff) | |
download | freebsd-ports-gnome-bb8a8837026b3b67fdd5df8c5967ad4098f97ee8.tar.gz freebsd-ports-gnome-bb8a8837026b3b67fdd5df8c5967ad4098f97ee8.tar.zst freebsd-ports-gnome-bb8a8837026b3b67fdd5df8c5967ad4098f97ee8.zip |
- Stage support
- New LIB_DEPENDS syntax
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qxkb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |