diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-25 17:15:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-25 17:15:12 +0000 |
commit | a8aead0d03493fa19cb0d563b3f79407f0ac1edf (patch) | |
tree | 6e0a81d3968f2dc4f44a966ea22a5ecc69abe0da /lang/python23-pth | |
parent | d381fe5a284aab831ed3ee7554e3e08913d2a42a (diff) | |
download | pkgsrc-a8aead0d03493fa19cb0d563b3f79407f0ac1edf.tar.gz |
* Follow the new buildlink3 standard and append to BUILDLINK_DEPENDS.<pkg>.
* Use BUILDLINK_{INCDIRS,LIBDIRS}.<pkg> instead of using
BUILDLINK_{CPPFLAGS,LDFLAGS}.<pkg> since we're just dealing with adding
directories to the various search paths.
Diffstat (limited to 'lang/python23-pth')
-rw-r--r-- | lang/python23-pth/buildlink3.mk | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/lang/python23-pth/buildlink3.mk b/lang/python23-pth/buildlink3.mk index 2b70d58cfab..5c73549bc36 100644 --- a/lang/python23-pth/buildlink3.mk +++ b/lang/python23-pth/buildlink3.mk @@ -1,7 +1,6 @@ -# $NetBSD: buildlink3.mk,v 1.2 2004/01/25 14:11:13 recht Exp $ -# +# $NetBSD: buildlink3.mk,v 1.3 2004/01/25 17:15:12 jlam Exp $ -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PYTHON23_PTH_BUILDLINK3_MK:= ${PYTHON23_PTH_BUILDLINK3_MK}+ .if !empty(BUILDLINK_DEPTH:M+) @@ -10,20 +9,16 @@ BUILDLINK_DEPENDS+= python23-pth .if !empty(PYTHON23_PTH_BUILDLINK3_MK:M+) BUILDLINK_PACKAGES+= python23-pth -BUILDLINK_DEPENDS.python23-pth?= python23-pth>=2.3.3 -BUILDLINK_PKGSRCDIR.python23-pth?= ../../lang/python23-pth +BUILDLINK_DEPENDS.python23-pth+= python23-pth>=2.3.3 +BUILDLINK_PKGSRCDIR.python23-pth?= ../../lang/python23-pth -.if defined(BUILDLINK_DEPMETHOD.python) +. if defined(BUILDLINK_DEPMETHOD.python) BUILDLINK_DEPMETHOD.python23pth?= ${BUILDLINK_DEPMETHOD.python} -.endif - -BUILDLINK_TRANSFORM+= l:python:python2p3 +. endif -BUILDLINK_CPPFLAGS.python23pth+= \ - -I${BUILDLINK_PREFIX.python23pth}/include/python2p3 -BUILDLINK_LDFLAGS.python23pth+= \ - -L${BUILDLINK_PREFIX.python23pth}/lib/python2p3/config \ - -Wl,-R${BUILDLINK_PREFIX.python23pth}/lib/python2p3/config +BUILDLINK_INCDIRS.python23-pth+= include/python2p3 +BUILDLINK_LIBDIRS.python23-pth+= lib/python2p3/config +BUILDLINK_TRANSFORM+= l:python:python2p3 .endif # PYTHON23_PTH_BUILDLINK3_MK |