diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-02-07 08:39:23 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-02-07 08:39:23 +0000 |
commit | 84549ef3acf07b1a5bd1cfd3a3b46dcb00928e2f (patch) | |
tree | 7cdec55c6e9cce9411a1037d022d37a06b1e046c /misc/mtx/Makefile | |
parent | Avoid usage of != variable assignment. (diff) |
Update to 1.2.17. Fix compile on alpha and sparc.
Diffstat (limited to 'misc/mtx/Makefile')
-rw-r--r-- | misc/mtx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile index 8f4d6e334dae..745974419f50 100644 --- a/misc/mtx/Makefile +++ b/misc/mtx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mtx -PORTVERSION= 1.2.14 -PORTREVISION= 1 +PORTVERSION= 1.2.17rel CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mtx |