diff options
author | tg <tg@FreeBSD.org> | 2001-11-20 13:23:48 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-11-20 13:23:48 +0000 |
commit | 7d9253571a1abc4b4aad1fc127b4a6b7da415c13 (patch) | |
tree | f8be65f1ab40d7e8fa877aa03d5e03004b35aa32 /lang/python/Makefile | |
parent | 7e2f899bff496a126a39cf9327e612ee08c2e93e (diff) | |
download | FreeBSD-ports-7d9253571a1abc4b4aad1fc127b4a6b7da415c13.zip FreeBSD-ports-7d9253571a1abc4b4aad1fc127b4a6b7da415c13.tar.gz |
Re-add fpectl.so to the plist to fix packaging. Re-enable support
for it in the python binary.
Noticed by: will
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r-- | lang/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 400b879..b177560 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -17,7 +17,7 @@ MAINTAINER?= tg@FreeBSD.org DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes -#CONFIGURE_ARGS= --with-fpectl +CONFIGURE_ARGS= --with-fpectl CONFIGURE_ENV= OPT="${CFLAGS}" INSTALL_TARGET= install MAN1= python.1 |