diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 17:45:10 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2012-12-14 17:45:10 +0000 |
commit | 90a981a1f2840768e999d0c0629372ebcc58c4aa (patch) | |
tree | 30f119325059641d124a766790df3178f49e3390 /x11-wm/xfce4-panel | |
parent | 10fbaa934ce57efc1bb7380b1bea17ffc8e5be8f (diff) | |
download | ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.tar.gz ports-90a981a1f2840768e999d0c0629372ebcc58c4aa.zip |
Bump PORTREVISION for libexo-related ports
While here,
- Trim header
- Use USE_PKGCONFIG
- Remove ABI version numbers from LIB_DEPENDS
Approved by: rene, miwi (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=308916
Diffstat (limited to 'x11-wm/xfce4-panel')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 4afcece48c90..fe8429cf7384 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: xfce4-panel -# Date created: 7 June 2003 -# Whom: James Earl <jdearl@telus.net> -# +# Created by: James Earl <jdearl@telus.net> # $FreeBSD$ # PORTNAME= xfce4-panel PORTVERSION= 4.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -15,9 +12,9 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce's panel -LIB_DEPENDS= wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck \ - cairo.2:${PORTSDIR}/graphics/cairo \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ + cairo:${PORTSDIR}/graphics/cairo \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes INSTALLS_ICONS= yes |