diff options
author | wg <wg@FreeBSD.org> | 2013-06-21 00:36:11 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-21 00:36:11 +0800 |
commit | f2fc098c3e5c6b9bbaf0083817c98e40827c3256 (patch) | |
tree | f04d9523dad9401e83fd15e8aa81c5dd18a59dcc /x11/libfm | |
parent | b24fba4fde15b4ba301ff8425d125e983e0e33c9 (diff) | |
download | freebsd-ports-gnome-f2fc098c3e5c6b9bbaf0083817c98e40827c3256.tar.gz freebsd-ports-gnome-f2fc098c3e5c6b9bbaf0083817c98e40827c3256.tar.zst freebsd-ports-gnome-f2fc098c3e5c6b9bbaf0083817c98e40827c3256.zip |
x11/menu-cache: update to 0.4.1
- Update to 0.4.1 [1]
- Trim Makefile header [1]
- Pass maintainership to submitter [1]
- Bump PORTREVISION of dependent ports
PR: ports/179711 [1]
Submitted by: nemysis <nemysis@gmx.ch>
Diffstat (limited to 'x11/libfm')
-rw-r--r-- | x11/libfm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libfm/Makefile b/x11/libfm/Makefile index 7b2a45f3f09d..4ae7805bb860 100644 --- a/x11/libfm/Makefile +++ b/x11/libfm/Makefile @@ -3,6 +3,7 @@ PORTNAME= libfm PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/libfm%20%28required%20by%20PCManFM%29/ @@ -12,7 +13,7 @@ COMMENT= The libFM backend library to PCManFM LICENSE= GPLv2 LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ - menu-cache.1:${PORTSDIR}/x11/menu-cache + menu-cache:${PORTSDIR}/x11/menu-cache USE_GNOME= gnomehack gtk20 USE_AUTOTOOLS= libtool |