diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-12-15 02:20:47 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-12-15 02:20:47 +0800 |
commit | cbbfcc79beda164bc8d2fadae115fd030f95a0e0 (patch) | |
tree | d9f2bc793a5e9d9dac292a75dd21c7e7ab64995d /x11-fm | |
parent | f91743765829cfc09fff327c576cbb4b8c85129d (diff) | |
download | freebsd-ports-gnome-cbbfcc79beda164bc8d2fadae115fd030f95a0e0.tar.gz freebsd-ports-gnome-cbbfcc79beda164bc8d2fadae115fd030f95a0e0.tar.zst freebsd-ports-gnome-cbbfcc79beda164bc8d2fadae115fd030f95a0e0.zip |
Bump PORTREVISION for tumbler-related port
While here,
- Trim header
- Use USE_PKGCONFIG
Approved by: rene, miwi (mentors, implicit)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/thunar/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 1d0434f993da..ea0a3c9c63ce 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: thunar -# Date created: 19.04.2006 -# Whom: Oliver Lehmann <oliver@FreeBSD.org> -# +# Created by: Oliver Lehmann <oliver@FreeBSD.org> # $FreeBSD$ # PORTNAME= Thunar PORTVERSION= 1.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -15,17 +12,18 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 file manager -LIB_DEPENDS= tumbler-1.0:${PORTSDIR}/deskutils/xfce4-tumbler +LIB_DEPENDS= tumbler-1:${PORTSDIR}/deskutils/xfce4-tumbler GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= desktopfileutils gnomehack gtk20 intltool intlhack pkgconfig gdkpixbuf2 +USE_GNOME= desktopfileutils gnomehack gtk20 intltool intlhack gdkpixbuf2 USE_LDCONFIG= yes USE_XFCE= configenv libexo libmenu libutil USE_XORG= sm x11 +USE_PKGCONFIG= build OPTIONS_DEFINE= STARTUP DBUS NOTIFY NLS DOCS PLUG_APR PLUG_APR_EXIF PLUG_SBR PLUG_SBR_PCRE PLUG_TPA PLUG_UCA PLUG_WALL GVFS OPTIONS_DEFAULT= STARTUP DBUS NOTIFY PLUG_APR PLUG_SBR PLUG_SBR_PCRE PLUG_UCA PLUG_WALL GVFS |