diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-03-18 02:30:17 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-03-18 02:30:17 +0000 |
commit | c3f605aa9b52197fe41f6a244535b358e056c6ab (patch) | |
tree | 18403c3426ee155e105d0ef6beb093f663441899 /editors/the/Makefile | |
parent | - update to 20090316 (diff) |
- Downgrade devel/pdcurses-the version to 3.2 (comes from a repocopy).
- Add devel/pdcurses-the to the category Makefile.
- Add CONFLICTS between pdcurses (also bump PORTREVISION so it gets
recorded) and pdcurses-the.
- Change dependency in editors/the to use devel/pdcurses-the (which fixes a
problem with the cursor).
Notes
Notes:
svn path=/head/; revision=230332
Diffstat (limited to 'editors/the/Makefile')
-rw-r--r-- | editors/the/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/the/Makefile b/editors/the/Makefile index b2b0b50c22eb..832f83ddc627 100644 --- a/editors/the/Makefile +++ b/editors/the/Makefile @@ -7,6 +7,7 @@ PORTNAME= the PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF/hessling-editor DISTNAME= THE-${PORTVERSION} @@ -40,7 +41,8 @@ LIB_DEPENDS+= Xaw3d.8:${PORTSDIR}/x11-toolkits/Xaw3d CONFIGURE_ARGS+=--with-xcurses \ --with-cursesincdir=${LOCALBASE}/include \ --with-curseslibdir=${LOCALBASE}/lib -LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses +BUILD_DEPENDS+= pdcurses-the>=3.2:${PORTSDIR}/devel/pdcurses-the +LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses-the PLIST_SUB= XCURSES="" NCURSES="@comment " .else PLIST_SUB= XCURSES="@comment " NCURSES="" |