diff options
author | nectar <nectar@FreeBSD.org> | 2000-10-03 01:04:07 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-10-03 01:04:07 +0800 |
commit | 9f42efe74807274e03c06cdfe855e1d5443276e6 (patch) | |
tree | 7cc340264f285c00b7eda06bcd290d7c9ed2c14b /x11-toolkits/py-wxPython26 | |
parent | cd5d662f6b507fe7e27a1e52115d5177be344ac3 (diff) | |
download | freebsd-ports-gnome-9f42efe74807274e03c06cdfe855e1d5443276e6.tar.gz freebsd-ports-gnome-9f42efe74807274e03c06cdfe855e1d5443276e6.tar.zst freebsd-ports-gnome-9f42efe74807274e03c06cdfe855e1d5443276e6.zip |
BUILD_DEPENDS: wxgtk must be installed to build.
Reported by: Josh Bonczkowski <josh@goblin.bonczkowski.net>
Diffstat (limited to 'x11-toolkits/py-wxPython26')
-rw-r--r-- | x11-toolkits/py-wxPython26/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 6c7719a0ba18..87fadb373c49 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -13,6 +13,7 @@ DISTNAME= wxPython-${PORTVERSION} MAINTAINER= nectar@FreeBSD.ORG +BUILD_DEPENDS= wx-config:${PORTSDIR}/x11-toolkits/wxgtk LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk WRKSRC= ${WRKDIR}/${DISTNAME}/src |