diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 08:04:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 08:04:51 +0000 |
commit | 449b204f430901e419da509bfb085a58df305766 (patch) | |
tree | ab3c5002e5ea92baba625d69f1a9d2c1c97bd332 /editors/MathPlanner | |
parent | f2986e0f0334ce8a85d386be64c9715a99e6e866 (diff) | |
download | ports-449b204f430901e419da509bfb085a58df305766.tar.gz ports-449b204f430901e419da509bfb085a58df305766.zip |
Notes
Diffstat (limited to 'editors/MathPlanner')
-rw-r--r-- | editors/MathPlanner/Makefile | 7 | ||||
-rw-r--r-- | editors/MathPlanner/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/editors/MathPlanner/Makefile b/editors/MathPlanner/Makefile index 23217e94bd80..86c7f6fd7da7 100644 --- a/editors/MathPlanner/Makefile +++ b/editors/MathPlanner/Makefile @@ -7,17 +7,18 @@ # PORTNAME= MathPlanner -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 CATEGORIES= editors MASTER_SITES= http://koti.mbnet.fi/jarmonik/ MAINTAINER= ports@FreeBSD.org COMMENT= A mathematical design and publishing application -USE_REINPLACE= yes USE_QT_VER= 3 +USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= QTDIR="${X11BASE}" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= QTDIR="${QT_PREFIX}" .include <bsd.port.pre.mk> diff --git a/editors/MathPlanner/distinfo b/editors/MathPlanner/distinfo index 1cd540d0aac8..fa7fe323ebfe 100644 --- a/editors/MathPlanner/distinfo +++ b/editors/MathPlanner/distinfo @@ -1,2 +1,2 @@ -MD5 (MathPlanner-3.1.2.tar.gz) = 63cbad25c7df3ef437f2afd8907aabcf -SIZE (MathPlanner-3.1.2.tar.gz) = 424564 +MD5 (MathPlanner-3.1.3.tar.gz) = 803a8de68056a4ec2e4c456b1ba9b320 +SIZE (MathPlanner-3.1.3.tar.gz) = 450999 |