summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-10-27 09:47:23 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-10-27 09:47:23 +0000
commita5476164efd7abb74b834be23376532417e412a9 (patch)
treef82bd5c44a16934ce2b3093ef066a1f1468adb2c /lang/python
parentprefix -> localbase (diff)
Link against libxpg4.
Submitted by: foxfair Promote LDFLAGS in the installed setup.
Notes
Notes: svn path=/head/; revision=22682
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile2
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