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 /misc/ftree | |
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 '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 |