diff options
author | ashish <ashish@FreeBSD.org> | 2017-03-29 14:50:28 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2017-03-29 14:50:28 +0800 |
commit | 6bec7428ec6f09940f5aaacbfc2a923bf020d810 (patch) | |
tree | 3ea7a6a98fea93d62edd7b44e4c101e0dddf9589 /x11/slim | |
parent | 1d26a8a1096d70252cc2241aa77b7f4673b09e51 (diff) | |
download | freebsd-ports-graphics-6bec7428ec6f09940f5aaacbfc2a923bf020d810.tar.gz freebsd-ports-graphics-6bec7428ec6f09940f5aaacbfc2a923bf020d810.tar.zst freebsd-ports-graphics-6bec7428ec6f09940f5aaacbfc2a923bf020d810.zip |
- Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
from LIB_DEPENDS, as port is now only .pc file
PR: 218015
Submitted by: rezny
Diffstat (limited to 'x11/slim')
-rw-r--r-- | x11/slim/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/slim/Makefile b/x11/slim/Makefile index c19e1317e17..dd86ceb64e7 100644 --- a/x11/slim/Makefile +++ b/x11/slim/Makefile @@ -3,7 +3,7 @@ PORTNAME= slim PORTVERSION= 1.3.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 MASTER_SITES= ftp://ftp.berlios.de/pub/slim/ \ SF/slim.berlios @@ -13,8 +13,8 @@ COMMENT= Graphical login manager for X11, derived from Login.app LICENSE= GPLv2 -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libpng.so:graphics/png \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig @@ -26,8 +26,8 @@ USE_LDCONFIG= yes SUB_FILES= pkg-message CMAKE_ARGS= -DUSE_CONSOLEKIT=yes \ - -DBUILD_SLIMLOCK=no \ - -DBUILD_SHARED_LIBS=yes + -DBUILD_SLIMLOCK=no \ + -DBUILD_SHARED_LIBS=yes OPTIONS_DEFINE= PAM UTF8 CONSOLEKIT OPTIONS_DEFAULT= PAM CONSOLEKIT |