diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-31 09:04:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-31 09:04:18 +0000 |
commit | a0369643c1711675cf04542c0b10a0d8c433d0af (patch) | |
tree | 0134f33e063801ec518e3c11a3cd45a894d5a5bd /misc/xosd/Makefile | |
parent | bbbf90b4ee9f1d2e21264f4cdd09fcc18fece0cb (diff) | |
download | ports-a0369643c1711675cf04542c0b10a0d8c433d0af.tar.gz ports-a0369643c1711675cf04542c0b10a0d8c433d0af.zip |
Notes
Diffstat (limited to 'misc/xosd/Makefile')
-rw-r--r-- | misc/xosd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 043835897980..6191e00ab0a0 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake pkgconfig libtool USE_CSTD= gnu89 -USE_XORG= x11 xext xt sm ice +USE_XORG= x11 xext xt sm ice xinerama USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' |