diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-16 02:36:02 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-16 02:36:02 +0800 |
commit | f19c5c760df49abb4957926e7ef1fcbfe2cd7a6d (patch) | |
tree | 86377d0e922207e753983679587f0d16a831ac7d /graphics/ristretto | |
parent | f39e3ee356569bf4f0787f907b75b1bef051e5aa (diff) | |
download | freebsd-ports-gnome-f19c5c760df49abb4957926e7ef1fcbfe2cd7a6d.tar.gz freebsd-ports-gnome-f19c5c760df49abb4957926e7ef1fcbfe2cd7a6d.tar.zst freebsd-ports-gnome-f19c5c760df49abb4957926e7ef1fcbfe2cd7a6d.zip |
- Support STAGEDIR
While I'm here
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format
- Enhance COMMENT entry (misc/xfce4-wm-themes)
- Adjust Xfce dependencies, and bump PORTREVISION
(sysutils/xfce4-power-manager)
Diffstat (limited to 'graphics/ristretto')
-rw-r--r-- | graphics/ristretto/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 370d6a84394d..4172f8bac701 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -12,18 +12,16 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Image viewer with Xfce integration -LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libcairo.so:${PORTSDIR}/graphics/cairo -USES= pkgconfig gettext pathfix desktop-file-utils +USES= pkgconfig gettext pathfix desktop-file-utils gmake USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 intltool intlhack -USE_GMAKE= yes INSTALLS_ICONS= yes USE_XFCE= configenv libmenu libutil xfconf USE_XORG= x11 -NO_STAGE= yes .include <bsd.port.mk> |