diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-31 17:04:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-31 17:04:18 +0800 |
commit | a2fc6c464b15df218fc7157425eee0fe34d10e3e (patch) | |
tree | 0134f33e063801ec518e3c11a3cd45a894d5a5bd /misc | |
parent | 3932ec49e1779680d8356b3400d7503435020912 (diff) | |
download | freebsd-ports-gnome-a2fc6c464b15df218fc7157425eee0fe34d10e3e.tar.gz freebsd-ports-gnome-a2fc6c464b15df218fc7157425eee0fe34d10e3e.tar.zst freebsd-ports-gnome-a2fc6c464b15df218fc7157425eee0fe34d10e3e.zip |
- Add missing dependency
Diffstat (limited to 'misc')
-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}' |