diff options
Diffstat (limited to 'math/spar/Makefile')
-rw-r--r-- | math/spar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/spar/Makefile b/math/spar/Makefile index 00866bf3f899..86edd2685e93 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -8,6 +8,7 @@ PORTNAME= spar PORTVERSION= 0.5.10 +PORTREVISION= 1 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ COMMENT= A modular math parser USE_GETOPT_LONG=yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes MAN1= spar.1 |