diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-03-29 06:50:28 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-03-29 06:50:28 +0000 |
commit | 9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab (patch) | |
tree | 3ea7a6a98fea93d62edd7b44e4c101e0dddf9589 /x11-wm | |
parent | ddebd2795922b2682efeffea1de2f9c8b7391046 (diff) | |
download | ports-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.tar.gz ports-9cba0ef67a30ea437c7cf760e2e17ee1b435d7ab.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/echinus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/echinus/Makefile b/x11-wm/echinus/Makefile index c34d23caf2f3..57989d372d93 100644 --- a/x11-wm/echinus/Makefile +++ b/x11-wm/echinus/Makefile @@ -3,15 +3,15 @@ PORTNAME= echinus PORTVERSION= 0.4.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://plhk.ru/static/echinus/ MAINTAINER= hrkfdn@gmail.com COMMENT= Dynamic window manager for X11 based on dwm -LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libfreetype.so:print/freetype2 \ +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig |