aboutsummaryrefslogtreecommitdiff
path: root/science/bblimage/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-08-17 23:29:46 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-08-17 23:29:46 +0000
commitad36740ed7b0a0f61b87c00f5236315c58e95c4e (patch)
tree9bd0cbd5e4256e21d93fb0f156c724dc3182c518 /science/bblimage/Makefile
parentdee37f0afeaf0a76bcaac40253dc9b1323fb14f9 (diff)
downloadports-ad36740ed7b0a0f61b87c00f5236315c58e95c4e.tar.gz
ports-ad36740ed7b0a0f61b87c00f5236315c58e95c4e.zip
Notes
Diffstat (limited to 'science/bblimage/Makefile')
-rw-r--r--science/bblimage/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/science/bblimage/Makefile b/science/bblimage/Makefile
index 94060f4f85c3..aafbea8594a4 100644
--- a/science/bblimage/Makefile
+++ b/science/bblimage/Makefile
@@ -15,6 +15,8 @@ EXTRACT_SUFX= .src.tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of software tools for medical image processing
+LIB_DEPENDS= Xm.2:${PORTSDIR}/x11-toolkits/lesstif
+
USE_PYTHON= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
@@ -27,6 +29,6 @@ MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \
MAN5= cdata.5 mri_data.5 param.5
post-patch:
- @${REINPLACE_CMD} -e "s|1\.5|2.2|g" ${WRKSRC}/configure ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e "s|python1\.5|${PYTHON_VERSION}|g" ${WRKSRC}/configure ${WRKSRC}/Makefile.in
.include <bsd.port.mk>