diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 03:14:14 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-08 03:14:14 +0000 |
commit | d8d2cf17f92ccd5d80f2d631612145be2efe8210 (patch) | |
tree | f38635cc3a450709126798fde4a60c2d4119295e /editors | |
parent | 75908deff856f21a7e7b84b870f060208c0aa8da (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jed/Makefile | 11 | ||||
-rw-r--r-- | editors/lpe/Makefile | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 5e1d8f785bf4..5225b96c56f6 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -7,7 +7,7 @@ PORTNAME= jed PORTVERSION= 0.99.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v${PORTVERSION:R}/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/v${PORTVERSION:R}/ \ @@ -19,10 +19,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= garga@FreeBSD.org COMMENT= A SLang-based text editor +LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 + CONFLICTS= jed-devel-[0-9]* -OPTIONS= X11 "Build xjed (depends of X11)" on \ - SLANG2 "Build using libslang-2.x" off +OPTIONS= X11 "Build xjed (depends of X11)" on USE_BZIP2= yes DIST_SUBDIR= jed @@ -43,11 +44,7 @@ MAN1= jed.1 rgrep.1 .include <bsd.port.pre.mk> -.if defined(WITH_SLANG2) LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 -.else -LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang -.endif .if defined(WITHOUT_X11) PLIST_SUB+= XJED="@comment " diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index bf5afd14907d..24b025afd516 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -7,16 +7,16 @@ PORTNAME= lpe PORTVERSION= 1.2.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= ftp://ftp.sasknow.com/pub/ \ ftp://ftp.twu.net/users/cdsmith/lpe/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= A "lightweight programmer's editor" with syntax highlighting -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 USE_AUTOTOOLS= libtool:15 USE_GETTEXT= yes |