diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 23:33:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 23:33:07 +0800 |
commit | bf84e0eb051e4e21559ed409d3f8954b78bac94b (patch) | |
tree | a2262af6c7b41f13cd72d454e308dfb9d736b867 /misc | |
parent | dc317dcc4b75feb24b5d8a56ab443d65679c32aa (diff) | |
download | freebsd-ports-gnome-bf84e0eb051e4e21559ed409d3f8954b78bac94b.tar.gz freebsd-ports-gnome-bf84e0eb051e4e21559ed409d3f8954b78bac94b.tar.zst freebsd-ports-gnome-bf84e0eb051e4e21559ed409d3f8954b78bac94b.zip |
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION
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> |