diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-25 06:02:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-25 06:02:31 +0800 |
commit | 2b894200cc17d528c9565a7f6dc01f8e62d260d2 (patch) | |
tree | 084922c531c6d3a44c90fd4d7266c7ae73c22f1b /sysutils/conky | |
parent | 4568fced057f53414b5a69cbe7fb4f568be6b93d (diff) | |
download | freebsd-ports-gnome-2b894200cc17d528c9565a7f6dc01f8e62d260d2.tar.gz freebsd-ports-gnome-2b894200cc17d528c9565a7f6dc01f8e62d260d2.tar.zst freebsd-ports-gnome-2b894200cc17d528c9565a7f6dc01f8e62d260d2.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'sysutils/conky')
-rw-r--r-- | sysutils/conky/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 095c9f2196de..49094348b237 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -13,7 +13,7 @@ COMMENT?= Advanced, highly configurable system monitor for X11 CONFLICTS?= conky-awesome-[0-9]* SLAVEDIRS= sysutils/conky-awesome -USES= gmake iconv pkgconfig tar:bzip2 +USES= cpe gmake iconv pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-portmon \ --disable-hddtemp \ |