diff options
author | krion <krion@FreeBSD.org> | 2006-01-21 01:19:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2006-01-21 01:19:21 +0800 |
commit | 4a5e170a122a7037cb8ba786cac61f3edb22c6e0 (patch) | |
tree | 043aeb459c30c7deabab798224dbd2ef021e011e /net/py-samba | |
parent | e138cdf61db20fb68284b444c5a0909d23fb2a73 (diff) | |
download | freebsd-ports-graphics-4a5e170a122a7037cb8ba786cac61f3edb22c6e0.tar.gz freebsd-ports-graphics-4a5e170a122a7037cb8ba786cac61f3edb22c6e0.tar.zst freebsd-ports-graphics-4a5e170a122a7037cb8ba786cac61f3edb22c6e0.zip |
Fix build.
Found by: pointyhat
Diffstat (limited to 'net/py-samba')
-rw-r--r-- | net/py-samba/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/py-samba/Makefile b/net/py-samba/Makefile index b518c584d55..5c536408730 100644 --- a/net/py-samba/Makefile +++ b/net/py-samba/Makefile @@ -24,6 +24,7 @@ USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes PYSETUP= python/setup.py +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-python do-build: |