diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-15 02:09:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-15 02:09:08 +0800 |
commit | bec828bd107e0bba64cc6177af5a2905703a7bc4 (patch) | |
tree | 726ddf806e33515a0947aa10443e52b1cda034bc /graphics/ristretto/Makefile | |
parent | ff88f7ee3ae324530abb967a1fa897c304d6c95e (diff) | |
download | freebsd-ports-gnome-bec828bd107e0bba64cc6177af5a2905703a7bc4.tar.gz freebsd-ports-gnome-bec828bd107e0bba64cc6177af5a2905703a7bc4.tar.zst freebsd-ports-gnome-bec828bd107e0bba64cc6177af5a2905703a7bc4.zip |
- Update to 0.3.2
Diffstat (limited to 'graphics/ristretto/Makefile')
-rw-r--r-- | graphics/ristretto/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index ab6318af67cf..271a3eda5520 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ristretto -PORTVERSION= 0.0.93 +PORTVERSION= 0.3.2 CATEGORIES= graphics xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -25,7 +25,8 @@ USE_GNOME= gnomehack gtk20 glib20 intltool intlhack desktopfileutils pkgconfig USE_GMAKE= yes INSTALLS_ICONS= yes USE_GETTEXT= yes -USE_XFCE= configenv libmenu libutil xfconf +USE_XFCE= configenv libmenu libutil xfconf libexo +USE_XORG= sm x11 post-patch: @${REINPLACE_CMD} -e 's| docs||' ${WRKSRC}/Makefile.in |