diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-05-22 08:47:13 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-05-22 08:47:13 +0000 |
commit | c97100b2c3b93b40fb5e17305d563f77c1682c78 (patch) | |
tree | 9fa13ae2820bd7c8f8a50e7166eeff713a16a337 /math | |
parent | d5e93069ff8b9193923fbc46ff6afe091424aa4c (diff) | |
download | FreeBSD-ports-c97100b2c3b93b40fb5e17305d563f77c1682c78.zip FreeBSD-ports-c97100b2c3b93b40fb5e17305d563f77c1682c78.tar.gz |
Fix duplicate LATEST_LINK with www/ump
PR: 97592
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/ump/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/ump/Makefile b/math/ump/Makefile index 4447e35..592d9f5 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -16,6 +16,7 @@ MAINTAINER= nivit@email.it COMMENT= A graphical, easy to use math program CONFLICTS= ump-1.[0-9]* +LATEST_LINK= math-ump USE_BZIP2= yes USE_GMAKE= yes |