diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-12 20:37:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-12 20:37:17 +0000 |
commit | 3ee4eb6c0611540211cdfd530323c768a343101c (patch) | |
tree | 08aab26e27b3ffd008e78b1eddc003b359cd6e8a /misc/iselect | |
parent | Update to long-anticipated version 1.0.1. (diff) |
- Remove references to now non-existant devel/libslang
PR: ports/145245
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Notes
Notes:
svn path=/head/; revision=254222
Diffstat (limited to 'misc/iselect')
-rw-r--r-- | misc/iselect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/iselect/Makefile b/misc/iselect/Makefile index 32250557777a..aa119234991a 100644 --- a/misc/iselect/Makefile +++ b/misc/iselect/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes MAN1= iselect.1 .if defined(WITH_SLANG) -LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 CONFIGURE_ARGS+= --with-incdir=${LOCALBASE}/include \ --with-libdir=${LOCALBASE}/lib .endif |