diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 20:14:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 20:14:35 +0000 |
commit | ba5102bc8a52805ae46b69fd3d82d87b44db8547 (patch) | |
tree | 85a6bdde9ca469414e8724ca6e8ed7aabc464e07 /sysutils/conky-awesome | |
parent | a6ed3dc78473511f4f23a1609fa0ce8f36222203 (diff) | |
download | ports-ba5102bc8a52805ae46b69fd3d82d87b44db8547.tar.gz ports-ba5102bc8a52805ae46b69fd3d82d87b44db8547.zip |
Notes
Diffstat (limited to 'sysutils/conky-awesome')
-rw-r--r-- | sysutils/conky-awesome/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index bc4408719a06..713b9c81d97d 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -10,13 +10,11 @@ PKGNAMESUFFIX= -awesome MAINTAINER= ntarmos@cs.uoi.gr COMMENT= An advanced, highly configurable system monitor (configured for x11-wm/awesome) -MASTERDIR= ${.CURDIR}/../../sysutils/conky +MASTERDIR= ${.CURDIR}/../conky DESCR= ${.CURDIR}/pkg-descr CONFLICTS= conky-[0-9]* USE_XORG= # This is a comment -USE_GNOME= pkgconfig -CONFIGURE_ARGS+= --disable-x11 --disable-own-window .include "${MASTERDIR}/Makefile" |