diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-27 01:53:41 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-27 01:53:41 +0800 |
commit | d374df0aa05f2dcb0859c8f563f5f9417b795ff6 (patch) | |
tree | e4669ac85d9e9316d3ad67d88b14cb9540eec734 /x11-toolkits | |
parent | db89c991966921eecbc1c6bfe4cbecae70720a55 (diff) | |
download | freebsd-ports-gnome-d374df0aa05f2dcb0859c8f563f5f9417b795ff6.tar.gz freebsd-ports-gnome-d374df0aa05f2dcb0859c8f563f5f9417b795ff6.tar.zst freebsd-ports-gnome-d374df0aa05f2dcb0859c8f563f5f9417b795ff6.zip |
Add USE_XLIB to fix the build if the X11BASE is changed.
Reported by: krismail
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 9ce843dd6a7b..a7f49511a960 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -24,6 +24,7 @@ USE_BZIP2= yes LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_GETTEXT= yes +USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 ltverhack referencehack USE_BISON= yes |