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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/ristretto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index d263fedb0989..45623548befe 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -7,6 +7,7 @@ PORTNAME= ristretto PORTVERSION= 0.0.17 +PORTREVISION= 1 CATEGORIES= graphics xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ @@ -21,6 +22,5 @@ USE_GMAKE= yes INSTALLS_ICONS= yes USE_GETTEXT= yes USE_XFCE= configenv libutil thunar -USE_XLIB= yes .include <bsd.port.mk> |