diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-10 02:54:28 +0800 |
commit | f3571dba2484c54162cc61b8abc288c7ec6cca14 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /x11-fm/catseye-fm | |
parent | 9a21d679f211da2dc3d0c87aa6ee0ed8174b876b (diff) | |
download | freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.gz freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.tar.zst freebsd-ports-gnome-f3571dba2484c54162cc61b8abc288c7ec6cca14.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-fm/catseye-fm')
-rw-r--r-- | x11-fm/catseye-fm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fm/catseye-fm/Makefile b/x11-fm/catseye-fm/Makefile index 85407c199964..d8416d9e05fd 100644 --- a/x11-fm/catseye-fm/Makefile +++ b/x11-fm/catseye-fm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: oneko -# Date created: 9 May 2009 -# Whom: Geyer Klaus -# +# Created by: Geyer Klaus # $FreeBSD$ -# PORTNAME= catseye-fm PORTVERSION= 4.2.0.0 @@ -15,6 +11,7 @@ MASTER_SITES= http://catseye-fm.sourceforge.net/downloads/ \ MAINTAINER= klausgeyer@gmx.de COMMENT= Clear, fast, powerful file browser using gtk+2.0 +USES= pkgconfig USE_GNOME= gtk20 PLIST_FILES= bin/catseye-fm \ |