diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-09 15:33:28 +0000 |
commit | 33e3d901d4375c73d7a95b6894c0022d6be7eb95 (patch) | |
tree | 34bbfd02d2930c7d48865fddb99f6e755da7b857 /vietnamese | |
parent | 842d1150059240d52d41ca8332c4895bd037e0a9 (diff) | |
download | freebsd-ports-33e3d901d4375c73d7a95b6894c0022d6be7eb95.zip |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vnterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vietnamese/vnterm/Makefile b/vietnamese/vnterm/Makefile index 46174d75f9e4..11e38696d691 100644 --- a/vietnamese/vnterm/Makefile +++ b/vietnamese/vnterm/Makefile @@ -8,7 +8,7 @@ PORTNAME= vnterm PORTVERSION= 3.4 #11.6.6[.0] -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= vietnamese x11 MASTER_SITES= ftp://ftp.x.org/pub/R6.6/tars/ DISTNAME= xorg-1 @@ -17,6 +17,7 @@ MAINTAINER= obrien@FreeBSD.org COMMENT= An xterm that speaks Vietnamese USE_IMAKE= yes +USE_XORG= ice sm x11 xaw xext xmu xt xpm .include <bsd.port.pre.mk> |