diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /editors | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) | |
download | ports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xvile/Makefile | 3 | ||||
-rw-r--r-- | editors/yudit/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 15753e0b9d73..057f6915d2fc 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -7,6 +7,7 @@ PORTNAME= xvile PORTVERSION= 9.6e +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://invisible-island.net/vile/ \ ftp://dickey.his.com/vile/ \ @@ -24,9 +25,9 @@ PATCHFILES= vile-9.6a.patch.gz \ MAINTAINER= gj@FreeBSD.org COMMENT= VI Like Emacs, X11 version -- a fully "X aware" vi work-alike -USE_XLIB= yes MAKEFILE= makefile GNU_CONFIGURE= yes +USE_XORG= x11 xpm xext USE_PERL5= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index d2969c21d795..f6ac90edb96f 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -7,7 +7,7 @@ PORTNAME= yudit PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors converters print MASTER_SITES= http://yudit.org/download/ \ ${MASTER_SITE_SUNSITE} @@ -17,8 +17,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= jkoshy@freebsd.org COMMENT= Multi-lingual unicode text editor with TTF support -USE_XLIB= YES USE_GETTEXT= yes +USE_XORG= x11 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" \ LC_ALL= |