diff options
author | asami <asami@FreeBSD.org> | 2000-11-13 19:00:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-13 19:00:12 +0800 |
commit | cdebf9b4278e57b948a70365a05c50380c5eed4d (patch) | |
tree | c49a438449bc0ba4b2b991f93cff966e3a64544d /devel/sip | |
parent | bb39315385c6a026ad6a6a9a39865fc0b7c14341 (diff) | |
download | freebsd-ports-gnome-cdebf9b4278e57b948a70365a05c50380c5eed4d.tar.gz freebsd-ports-gnome-cdebf9b4278e57b948a70365a05c50380c5eed4d.tar.zst freebsd-ports-gnome-cdebf9b4278e57b948a70365a05c50380c5eed4d.zip |
The port that installs stuff in the python1.5 directory is now called
lang/python15, not lang/python.
Found by: bento
Diffstat (limited to 'devel/sip')
-rw-r--r-- | devel/sip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sip/Makefile b/devel/sip/Makefile index 2e0291f061ba..3ded0d6f355f 100644 --- a/devel/sip/Makefile +++ b/devel/sip/Makefile @@ -12,7 +12,7 @@ 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 +BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Python.h:${PORTSDIR}/lang/python15 USE_LIBTOOL= yes INSTALLS_SHLIB= yes |