fixed swig pcre dep

This commit is contained in:
K D Hedger
2018-08-23 10:14:49 +00:00
parent 547f5b494a
commit d6c5e059f1

View File

@ -2,6 +2,12 @@
. /usr/share/LFSPkg/LFSFunctions
DEPENDS="pcre-8.41"
if ! lfspkg -B "$DEPENDS";then
exit 100
fi
PKGNAME="swig"
TARNAME="$PKGNAME"
VERSION="3.0.12"