diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-26 17:53:41 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-26 17:53:41 +0000 |
commit | 04306c50c65b36a61d22d9ac47fe0deaa43f02bc (patch) | |
tree | 7db3801badb85e93b9a5d57bbc2a3a451bc5e6f9 /x11-toolkits/libwnck/Makefile | |
parent | 62610fb0daec43f39dc24a7e4d734633a37c46ef (diff) | |
download | ports-04306c50c65b36a61d22d9ac47fe0deaa43f02bc.tar.gz ports-04306c50c65b36a61d22d9ac47fe0deaa43f02bc.zip |
Add USE_XLIB to fix the build if the X11BASE is changed.
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=178071
Diffstat (limited to 'x11-toolkits/libwnck/Makefile')
-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 |