diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
commit | b8135727e5667c1cf0af2467f39e896962b6e1fc (patch) | |
tree | 19e1ac2018f516017690be5624a0e40e49f97f91 /x11/tilda | |
parent | a0b37a133663ea3ad18eb2ec50066fa33923045f (diff) | |
download | ports-b8135727e5667c1cf0af2467f39e896962b6e1fc.tar.gz ports-b8135727e5667c1cf0af2467f39e896962b6e1fc.zip |
Notes
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 |