aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-02-19 18:40:24 +0800
committerdinoex <dinoex@FreeBSD.org>2012-02-19 18:40:24 +0800
commitc4902dcf699e2384ccaa21ff35561ba12714fcc3 (patch)
treeb6d72129c3ca2a0a762eb92b54e772fb7e11cbf0 /x11-wm
parent851e5c92f435c56097713f235bf3c2b6799f77ab (diff)
downloadfreebsd-ports-gnome-c4902dcf699e2384ccaa21ff35561ba12714fcc3.tar.gz
freebsd-ports-gnome-c4902dcf699e2384ccaa21ff35561ba12714fcc3.tar.zst
freebsd-ports-gnome-c4902dcf699e2384ccaa21ff35561ba12714fcc3.zip
- needs XWindowServerKit
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/etoile-login/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/etoile-login/Makefile b/x11-wm/etoile-login/Makefile
index d12cd17ec090..8d586560f1ee 100644
--- a/x11-wm/etoile-login/Makefile
+++ b/x11-wm/etoile-login/Makefile
@@ -22,8 +22,11 @@ USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
+USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT}
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Services/Private/Login
+XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit
+
.include <bsd.port.mk>