diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-05 12:50:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-05 12:50:47 +0000 |
commit | 63e06f38d3dbc1e19816c0e4d12c9efbe67c8aa3 (patch) | |
tree | 2cabdfa72e658b3aba28cd56ee591a83692033ac | |
parent | 12a22c11407a9c0cee4d2916fd46411e998d99c7 (diff) | |
download | ports-63e06f38d3dbc1e19816c0e4d12c9efbe67c8aa3.tar.gz ports-63e06f38d3dbc1e19816c0e4d12c9efbe67c8aa3.zip |
Notes
-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 |