diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-06 23:28:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-06 23:28:27 +0800 |
commit | 61358bd17e95d11840ccdc77f1d35b1cbeb29f45 (patch) | |
tree | 24afad3199a8dc209bfd227906dfc48163fa1a17 /misc | |
parent | 9a44683b48937c20f2de22fdabf4e6a20b15b468 (diff) | |
download | freebsd-ports-gnome-61358bd17e95d11840ccdc77f1d35b1cbeb29f45.tar.gz freebsd-ports-gnome-61358bd17e95d11840ccdc77f1d35b1cbeb29f45.tar.zst freebsd-ports-gnome-61358bd17e95d11840ccdc77f1d35b1cbeb29f45.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xmonad-log-applet/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/xmonad-log-applet/Makefile b/misc/xmonad-log-applet/Makefile index ae399c4aa190..91c3317b1f80 100644 --- a/misc/xmonad-log-applet/Makefile +++ b/misc/xmonad-log-applet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmonad-log-applet -# Date created: 01 September 2011 -# Whom: Alexander Kojevnikov <alexander@kojevnikov.com> -# +# Created by: Alexander Kojevnikov <alexander@kojevnikov.com> # $FreeBSD$ -# PORTNAME= xmonad-log-applet PORTVERSION= 2.0.0 @@ -15,7 +11,7 @@ MAINTAINER= alexander@kojevnikov.com COMMENT= An applet that will display Xmonad log information INSTALLS_ICONS= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack gnomepanel GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-panel=gnome2 |