diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-20 13:23:48 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-11-20 13:23:48 +0000 |
commit | c5186aed0a71046178103a5a217f58996b26c335 (patch) | |
tree | 8a096219f0954e7de17b70375d5af2f8237c62e2 /lang/python21/Makefile | |
parent | Pass over maintainership to Wilmer van der Gaast <lintux@lintux.cx>. (diff) |
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/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 400b87953447..b17756041bf6 100644 --- a/lang/python21/Makefile +++ b/lang/python21/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 |