diff options
author | araujo <araujo@FreeBSD.org> | 2008-06-20 19:51:23 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-06-20 19:51:23 +0800 |
commit | c35304a4d04c3dd21ccd65d14b820cc47386b502 (patch) | |
tree | 53e7d7b0f643017ee6b9de22cc761fd6b7d3a393 /devel | |
parent | 33b726ef092049a94ff0efb3f276f840c3b21109 (diff) | |
download | freebsd-ports-gnome-c35304a4d04c3dd21ccd65d14b820cc47386b502.tar.gz freebsd-ports-gnome-c35304a4d04c3dd21ccd65d14b820cc47386b502.tar.zst freebsd-ports-gnome-c35304a4d04c3dd21ccd65d14b820cc47386b502.zip |
- From now on use libslang2 instead of libslang.
- Bump PORTREVISION.
PR: ports/124721
Submitted by: Kurt Jaeger <freebsd-bugs@opsec.eu>
Approved by: Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
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 c531fa5452f5..df5bd7f8c68e 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -7,7 +7,7 @@ PORTNAME= newt PORTVERSION= 0.51.0 -PORTREVISION= 5 +PORTREVISION= 6 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.1:${PORTSDIR}/devel/libslang \ +LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 \ popt.0:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes |