diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:51:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:51:51 +0000 |
commit | 7e7b28d09f63d6ec1636df42856a9c518e2f7323 (patch) | |
tree | 7a7fbd6890f62b003626858855ad39d56466712b | |
parent | Remove files from PLIST that are no longer installed and quietly remove (diff) |
This port requires Python.h to build.
Noticed by: bento
-rw-r--r-- | devel/sip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/sip/Makefile b/devel/sip/Makefile index 9071f838e438..a290c08869a7 100644 --- a/devel/sip/Makefile +++ b/devel/sip/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.river-bank.demon.co.uk/software/ MAINTAINER= adsharma@home.com +BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Python.h:${PORTSDIR}/lang/python + USE_LIBTOOL= yes USE_QT= yes CONFIGURE_ARGS= --enable-qt --with-qt-includes=${X11BASE}/include/X11/qt |