diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-11 20:29:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-11 20:29:17 +0800 |
commit | b7a8d4f24592f778c98ade1c32ce2d1869cc2626 (patch) | |
tree | 5ed11b59558283dc35a1eaf72c7b53a409027c74 /cad/geda | |
parent | 91d53424d6c2905e53f342daa3e217a337742024 (diff) | |
download | freebsd-ports-gnome-b7a8d4f24592f778c98ade1c32ce2d1869cc2626.tar.gz freebsd-ports-gnome-b7a8d4f24592f778c98ade1c32ce2d1869cc2626.tar.zst freebsd-ports-gnome-b7a8d4f24592f778c98ade1c32ce2d1869cc2626.zip |
Canonicalize some old USE_PY*
With hat: portmgr
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 03c4c8f832b3..bf0cc459c8fb 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -30,7 +30,7 @@ SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ gnetlist/docs/*.dox USE_GNOME= gtk20 USE_PERL5= run -USE_PYTHON= run +USE_PYTHON_RUN= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libstroke=${LOCALBASE} USE_LDCONFIG= yes |