diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-10-27 09:47:23 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-10-27 09:47:23 +0000 |
commit | a5476164efd7abb74b834be23376532417e412a9 (patch) | |
tree | f82bd5c44a16934ce2b3093ef066a1f1468adb2c /lang/python | |
parent | e5b31390b57d9b46de8bb72b5a6b8b3559ff8165 (diff) | |
download | ports-a5476164efd7abb74b834be23376532417e412a9.tar.gz ports-a5476164efd7abb74b834be23376532417e412a9.zip |
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/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 |