diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /comms/owfs | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
Notes
Diffstat (limited to 'comms/owfs')
-rw-r--r-- | comms/owfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/owfs/Makefile b/comms/owfs/Makefile index ef0dc2988bd2..9d6efdefcb03 100644 --- a/comms/owfs/Makefile +++ b/comms/owfs/Makefile @@ -100,7 +100,7 @@ PLIST_SUB+= OWNETPYTHON="@comment " # If Perl, Python or PHP is requested, enable SWIG .if ${PORT_OPTIONS:MOWPERL} || ${PORT_OPTIONS:MOWPYTHON} || ${PORT_OPTIONS:MOWPHP} -BUILD_DEPENDS+= ${LOCALBASE}/bin/swig2.0:${PORTSDIR}/devel/swig20 +BUILD_DEPENDS+= ${LOCALBASE}/bin/swig2.0:devel/swig20 CONFIGURE_ARGS+= --enable-swig SWIG=${LOCALBASE}/bin/swig2.0 .else CONFIGURE_ARGS+= --disable-swig |