diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 07:55:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 07:55:13 +0800 |
commit | 484a066694999997d9cde2c29bf4e46e543cdc16 (patch) | |
tree | 565e156dc159740addec90a7b46525c8b4c28184 /x11/tilda | |
parent | 0c1a5b3a5f4ad9f19eb7e591592e6411762f4935 (diff) | |
download | freebsd-ports-gnome-484a066694999997d9cde2c29bf4e46e543cdc16.tar.gz freebsd-ports-gnome-484a066694999997d9cde2c29bf4e46e543cdc16.tar.zst freebsd-ports-gnome-484a066694999997d9cde2c29bf4e46e543cdc16.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11/tilda')
-rw-r--r-- | x11/tilda/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 4b81e8c6ea21..8edf9e11b9d5 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -7,7 +7,7 @@ PORTNAME= tilda PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,6 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse GNU_CONFIGURE= yes USE_GNOME= gtk20 vte USE_GCC= 3.4+ -USE_XLIB= yes DOCS= AUTHORS ChangeLog README TODO |