aboutsummaryrefslogtreecommitdiff
path: root/math/freemat/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-08-20 13:58:38 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-08-20 13:58:38 +0000
commit13051a6bc0c29753db80e475f64e0eb66f53b5ba (patch)
tree606e95a057773cda3bc18ae706ef22a5663b7ed1 /math/freemat/Makefile
parent27e0768ddc659951dcfb4b33e545a82eaecbac39 (diff)
downloadports-13051a6bc0c29753db80e475f64e0eb66f53b5ba.tar.gz
ports-13051a6bc0c29753db80e475f64e0eb66f53b5ba.zip
- Upgrade to 3.4.
Primarily a bug fix release. The most significant change from 3.3 is the fixes for the 64-bit build. - Reorder includes to avoid conflicts when QT3 is installed.
Notes
Notes: svn path=/head/; revision=197962
Diffstat (limited to 'math/freemat/Makefile')
-rw-r--r--math/freemat/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile
index fd3f93e09fd6..16570e2b59d0 100644
--- a/math/freemat/Makefile
+++ b/math/freemat/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= FreeMat
-PORTVERSION= 3.3
+PORTVERSION= 3.4
CATEGORIES= math science
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
@@ -102,6 +102,11 @@ pre-everything::
pre-configure:
${REINPLACE_CMD} -e 's| == x| = x|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+post-configure:
+ # Avoid conflict with QT3
+ ${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
+ ${REINPLACE_CMD} -e '/^QT_CFLAGS/s|-I${LOCALBASE}/include ||'
+
post-install:
@${ECHO_MSG}
@${ECHO_MSG} "===> Initializing..."