diff options
author | sobomax <sobomax@FreeBSD.org> | 2008-06-27 15:04:19 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2008-06-27 15:04:19 +0800 |
commit | 8b1fb86c661e9f14597486b71a8e00c321bd7a8d (patch) | |
tree | c74e013bc8b147bf4227f282a980c621e4b47b5c /devel | |
parent | 18a72e10c18787229af2deb5b82e0428a04471ef (diff) | |
download | freebsd-ports-gnome-8b1fb86c661e9f14597486b71a8e00c321bd7a8d.tar.gz freebsd-ports-gnome-8b1fb86c661e9f14597486b71a8e00c321bd7a8d.tar.zst freebsd-ports-gnome-8b1fb86c661e9f14597486b71a8e00c321bd7a8d.zip |
Fix after the last commit (undo change to use libslang2). The UI doesn't
work with libslang2 correctly.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/newt/Makefile | 4 |
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 |