diff options
author | tg <tg@FreeBSD.org> | 1999-10-27 17:47:23 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-10-27 17:47:23 +0800 |
commit | a08fe64d787ce6b4e2b2301e72bbe5d3b4866751 (patch) | |
tree | b521276adbbc5441ffc517ab6834fd00ec908185 /lang/python31/Makefile | |
parent | 128e26c8950495573e78461996903b8bc46e5828 (diff) | |
download | freebsd-ports-gnome-a08fe64d787ce6b4e2b2301e72bbe5d3b4866751.tar.gz freebsd-ports-gnome-a08fe64d787ce6b4e2b2301e72bbe5d3b4866751.tar.zst freebsd-ports-gnome-a08fe64d787ce6b4e2b2301e72bbe5d3b4866751.zip |
Link against libxpg4.
Submitted by: foxfair
Promote LDFLAGS in the installed setup.
Diffstat (limited to 'lang/python31/Makefile')
-rw-r--r-- | lang/python31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 8351705733e0..f7903a58baaa 100644 --- a/lang/python31/Makefile +++ b/lang/python31/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 |