diff options
author | dougb <dougb@FreeBSD.org> | 2010-07-01 16:46:24 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-07-01 16:46:24 +0800 |
commit | 22b2fb4f248380642ff25162de52e769b243e645 (patch) | |
tree | 14725cfced23dd0face68b704be30da852954e09 | |
parent | a24d7f7bbbde158bf18501bcf9ab9a62e31c1b37 (diff) | |
download | freebsd-ports-gnome-22b2fb4f248380642ff25162de52e769b243e645.tar.gz freebsd-ports-gnome-22b2fb4f248380642ff25162de52e769b243e645.tar.zst freebsd-ports-gnome-22b2fb4f248380642ff25162de52e769b243e645.zip |
Remove stray \
Feature safe: yes
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index 11c0b673ff46..7770c1a5c437 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -49,7 +49,7 @@ USE_LDCONFIG= yes .if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" && defined(USE_PYTHON) CONFIGURE_ARGS+= --enable-python-binding \ - --with-boost-python=boost_python \ + --with-boost-python=boost_python .else CONFIGURE_ARGS+= --disable-python-binding .endif |