diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-08-20 13:58:38 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-08-20 13:58:38 +0000 |
commit | 13051a6bc0c29753db80e475f64e0eb66f53b5ba (patch) | |
tree | 606e95a057773cda3bc18ae706ef22a5663b7ed1 /math/freemat/Makefile | |
parent | 27e0768ddc659951dcfb4b33e545a82eaecbac39 (diff) | |
download | ports-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/Makefile | 7 |
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..." |