diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 15:33:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 15:33:07 +0000 |
commit | 5840d29c60c6f473e25d7098b5627b0e102ad19d (patch) | |
tree | 7b8a813637dae477cbcf42ce94e924c1f2364ce8 /misc | |
parent | Bump PORTREVISION after removal of USE_X_PREFIX. (diff) |
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=209540
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 4caa3d44366b..c789f942863b 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -22,6 +22,5 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget glib20 gtk20 intltool intlhack libxml2 pkgconfig USE_XFCE= configenv libgui libutil panel -USE_XLIB= yes .include <bsd.port.mk> |