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 /misc/ftree | |
parent | - Fix -curses typo concerning ctrl-d and ctrl-t handling (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'misc/ftree')
-rw-r--r-- | misc/ftree/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ftree/Makefile b/misc/ftree/Makefile index b0f6ffa9fb76..3f04a3d40393 100644 --- a/misc/ftree/Makefile +++ b/misc/ftree/Makefile @@ -7,6 +7,7 @@ PORTNAME= ftree PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= misc linux MASTER_SITES= http://www.vjet.demon.co.uk/ftree/ \ http://www.unknown.nu/ports/ @@ -18,7 +19,6 @@ COMMENT= An X11 genealogy program ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_X_PREFIX= yes NO_CDROM= Non-commercial use only RESTRICTED= Non-commercial use only |