diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-12-15 02:59:07 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-12-15 02:59:07 +0800 |
commit | 3f4283a71ee55c4fffce1ac9d835443df8c2deeb (patch) | |
tree | c3148025feff1c0f651c09acc6fb638363551c46 /devel | |
parent | ff5b6ec46ba82e25ac5e0326f3148371d6f33978 (diff) | |
download | freebsd-ports-gnome-3f4283a71ee55c4fffce1ac9d835443df8c2deeb.tar.gz freebsd-ports-gnome-3f4283a71ee55c4fffce1ac9d835443df8c2deeb.tar.zst freebsd-ports-gnome-3f4283a71ee55c4fffce1ac9d835443df8c2deeb.zip |
Bump PORTREVISION for Thunar related ports
While here,
- Trim header
- Use USE_PKGCONFIG
- Remove ABI version numbers from LIB_DEPENDS
- Update maintainer address for archivers/thunar-archive-plugin
Diffstat (limited to 'devel')
-rw-r--r-- | devel/thunar-vcs-plugin/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile index dca1b7e5f33c..326a34a6f00d 100644 --- a/devel/thunar-vcs-plugin/Makefile +++ b/devel/thunar-vcs-plugin/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: thunar-vcs-plugin -# Date created: 2008-10-15 -# Whom: Sergey V. Dyatko <sergey.dyatko@gmail.com> -# +# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com> # $FreeBSD$ # PORTNAME= thunar-vcs-plugin PORTVERSION= 0.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} @@ -20,10 +17,10 @@ USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= desktopfileutils gnomehack gtk20 glib20 intltool intlhack \ - pkgconfig +USE_GNOME= desktopfileutils gnomehack gtk20 glib20 intltool intlhack USE_XFCE= configenv libexo libutil thunar INSTALLS_ICONS= yes +USE_PKGCONFIG= build LDFLAGS+= -L${LOCALBASE}/lib |