diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
commit | 3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188 (patch) | |
tree | e2214727ec8d8e927015b3288697216a207cad1b /news | |
parent | 71a92f0401a4f87d6db72a4ab48749838052a9bf (diff) | |
download | freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.gz freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.zst freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'news')
-rw-r--r-- | news/klibido/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/klibido/Makefile b/news/klibido/Makefile index 6561747fea3e..31060d038cda 100644 --- a/news/klibido/Makefile +++ b/news/klibido/Makefile @@ -7,7 +7,7 @@ PORTNAME= klibido PORTVERSION= 0.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,6 @@ LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ db-4.4:${PORTSDIR}/databases/db44 USE_KDELIBS_VER= 3 -USE_XLIB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_ICONS= yes |