diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 07:21:25 +0800 |
commit | a246a0de817d9ea7bfd118678ddde72be2830e9a (patch) | |
tree | b20490166423cf88c8305ff88c3e3deaa4a2021c /sysutils/conky-awesome | |
parent | 0426bcc9a76e82741f28356eba9e04d0195353a6 (diff) | |
download | freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.gz freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.zst freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'sysutils/conky-awesome')
-rw-r--r-- | sysutils/conky-awesome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index 3bb1a698aa6a..f8151cf82a79 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -7,6 +7,7 @@ PORTNAME= conky PORTVERSION= 1.4.9 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +17,9 @@ COMMENT= An advanced, highly configurable system monitor for X USE_BZIP2= yes GNU_CONFIGURE= yes +USE_XORG= x11 xext xdamage +USE_GNOME= pkgconfig USE_ICONV= yes -USE_X_PREFIX= yes CONFIGURE_ARGS+= --disable-portmon \ --disable-proc-uptime \ --disable-hddtemp |