diff options
Diffstat (limited to 'math/lp_solve/Makefile')
-rw-r--r-- | math/lp_solve/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 8e30f685b212..902f608fa846 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -1,8 +1,9 @@ PORTNAME= lp_solve -PORTVERSION= 5.5.2.5 +DISTVERSION= 5.5.2.5 +PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= SF/lpsolve/lpsolve/${PORTVERSION} -DISTNAME= ${PORTNAME}_${PORTVERSION}_source +MASTER_SITES= SF/lpsolve/lpsolve/${DISTVERSION} +DISTNAME= ${PORTNAME}_${DISTVERSION}_source MAINTAINER= mayo@oyam.ca COMMENT= Linear Programming Solver |