aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-22 16:55:40 +0800
committermiwi <miwi@FreeBSD.org>2008-03-22 16:55:40 +0800
commit2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch)
tree02cf3b0413400ead939cdfefbf254965eda87d68 /editors
parent1f59d564b6d1f91f3f7effca1734e712238e0340 (diff)
downloadfreebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz
freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.zst
freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'editors')
-rw-r--r--editors/fte/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/fte/Makefile b/editors/fte/Makefile
index 3c1527727136..8448c7d5bcc3 100644
--- a/editors/fte/Makefile
+++ b/editors/fte/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fte
PORTVERSION= 20051115
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,8 +20,7 @@ COMMENT= A full-featured text editor for X11
WRKSRC= ${WRKDIR}/fte
-USE_X_PREFIX= yes
-USE_XLIB= yes
+USE_XORG= x11 xpm
USE_ZIP= yes
USE_PERL5_BUILD= yes