summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2008-06-27 07:04:19 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2008-06-27 07:04:19 +0000
commite671a0ba041a2c565ca6f60b85e191ac447e0d0b (patch)
treea6fa3f8d91e27c4f566ca0bc3c978756e1738744 /devel
parentUpdate to version 1.0.3 (diff)
Fix after the last commit (undo change to use libslang2). The UI doesn't
work with libslang2 correctly.
Notes
Notes: svn path=/head/; revision=215819
Diffstat (limited to 'devel')
-rw-r--r--devel/newt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile
index df5bd7f8c68e..2e402662cca8 100644
--- a/devel/newt/Makefile
+++ b/devel/newt/Makefile
@@ -7,7 +7,7 @@
PORTNAME= newt
PORTVERSION= 0.51.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL} \
# ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/
@@ -17,7 +17,7 @@ PKGNAMESUFFIX= ${PYTHONSUFFIX}${TCLSUFFIX}
MAINTAINER= pgollucci@p6m7g8.com
COMMENT= Not Erik's Windowing Toolkit: console I/O handling library#'
-LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 \
+LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \
popt.0:${PORTSDIR}/devel/popt
GNU_CONFIGURE= yes