diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
commit | 11008fac27e5485282926e61cd96bac1a4ae3069 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /x11-fm | |
parent | 91aef48724f00ea5b70b061a0f80e8a21301e82e (diff) | |
download | ports-11008fac27e5485282926e61cd96bac1a4ae3069.tar.gz ports-11008fac27e5485282926e61cd96bac1a4ae3069.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/catseye-fm/Makefile | 7 | ||||
-rw-r--r-- | x11-fm/emelfm2/Makefile | 2 |
2 files changed, 3 insertions, 6 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 \ diff --git a/x11-fm/emelfm2/Makefile b/x11-fm/emelfm2/Makefile index b9f54a74898a..fa49d0793a65 100644 --- a/x11-fm/emelfm2/Makefile +++ b/x11-fm/emelfm2/Makefile @@ -10,7 +10,7 @@ COMMENT= The gtk2 port of emelfm, a fast graphical filemanager USE_BZIP2= yes USE_GNOME= gtk20 -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install |