diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11/slim | |
parent | 9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff) | |
download | freebsd-ports-graphics-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz freebsd-ports-graphics-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst freebsd-ports-graphics-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
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 e9bd548501e..eb3b0109e23 100644 --- a/x11/slim/Makefile +++ b/x11/slim/Makefile @@ -13,10 +13,10 @@ COMMENT= Graphical login manager for X11, derived from Login.app LICENSE= GPLv2 -LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ - libpng.so:${PORTSDIR}/graphics/png \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ + libpng.so:graphics/png \ + libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig USES= cmake jpeg pkgconfig USE_XORG= ice sm x11 xau xcb xdmcp xext xft xmu xorg-server xrandr \ @@ -45,7 +45,7 @@ PAM_CMAKE_OFF= -DUSE_PAM=no UTF8_EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-utf8 CONSOLEKIT_CMAKE_ON= -DUSE_CONSOLEKIT=yes -CONSOLEKIT_LIB_DEPENDS= libck-connector.so:${PORTSDIR}/sysutils/consolekit +CONSOLEKIT_LIB_DEPENDS= libck-connector.so:sysutils/consolekit CONSOLEKIT_CMAKE_OFF= -DUSE_CONSOLEKIT=no post-patch: |