diff options
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 8351705733e0..f7903a58baaa 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= ${TK_DEPENDS} DIST_SUBDIR= python WRKSRC= ${WRKDIR}/Python-1.5.2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-fpectl +CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4' CONFIGURE_ENV= OPT="${CFLAGS}" INSTALL_TARGET= install PLIST= ${WRKDIR}/PLIST |