diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-03 15:34:53 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-03 15:34:53 +0000 |
commit | af715b463b3f24c3f7d87fe360d110fc987464bc (patch) | |
tree | 76cff6a4ad4a92852460316126e7292ad1a824e5 /devel/fnorb | |
parent | Update to 0.2.20 (diff) |
Fix broken under Python 1.6
PR: 21726
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=33370
Diffstat (limited to 'devel/fnorb')
-rw-r--r-- | devel/fnorb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/fnorb/Makefile b/devel/fnorb/Makefile index 3ec8ed7239a6..3bf060576bff 100644 --- a/devel/fnorb/Makefile +++ b/devel/fnorb/Makefile @@ -16,6 +16,7 @@ MAINTAINER= johann@egenetics.com NO_CDROM= Free for academic, research and non-commercial purposes only WRKSRC= ${WRKDIR}/Fnorb-${PORTVERSION}/src USE_PYTHON= yes +ALL_TARGET= do-configure: @ (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ |