diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
commit | 52c5d58921fcb6eaee151d4d2defbacbce3c598e (patch) | |
tree | 2386b7ed02bc9418c9764eee5fdba9c3c6b7fde0 /editors/hte/Makefile | |
parent | 44aaaca6bbffa1779bc55f28ae1cb14117e362ae (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209697
Diffstat (limited to 'editors/hte/Makefile')
-rw-r--r-- | editors/hte/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile index 42de5ee8308d..7c8b2a1814af 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -8,6 +8,7 @@ PORTNAME= hte PORTVERSION= 2.0.12 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF DISTNAME= ht-${PORTVERSION} @@ -31,7 +32,7 @@ BROKEN= Does not build on ia64 PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS=--disable-x11-textmode .else -USE_XLIB= yes +USE_XORG= x11 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" LDFLAGS="-L${X11BASE}/lib" .endif |