diff options
Diffstat (limited to 'comms/owfs/Makefile')
-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 ef0dc29..9d6efde 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 |