diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-02-19 18:40:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-02-19 18:40:24 +0800 |
commit | c4902dcf699e2384ccaa21ff35561ba12714fcc3 (patch) | |
tree | b6d72129c3ca2a0a762eb92b54e772fb7e11cbf0 /x11-wm | |
parent | 851e5c92f435c56097713f235bf3c2b6799f77ab (diff) | |
download | freebsd-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/Makefile | 3 |
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> |