diff options
author | pav <pav@FreeBSD.org> | 2010-05-13 04:37:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-13 04:37:17 +0800 |
commit | 71a55c2f3bf430e21e564c28a4415e1c3e354ddc (patch) | |
tree | e6e1f430fa7423998356a05ed78bf52c84d32198 /misc | |
parent | 13c4d232d9d0bf7c741ab2d23801c8f32b2e5b2c (diff) | |
download | freebsd-ports-gnome-71a55c2f3bf430e21e564c28a4415e1c3e354ddc.tar.gz freebsd-ports-gnome-71a55c2f3bf430e21e564c28a4415e1c3e354ddc.tar.zst freebsd-ports-gnome-71a55c2f3bf430e21e564c28a4415e1c3e354ddc.zip |
- Remove references to now non-existant devel/libslang
PR: ports/145245
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Diffstat (limited to 'misc')
-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 |