diff options
Diffstat (limited to 'math/antic/Makefile')
-rw-r--r-- | math/antic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/antic/Makefile b/math/antic/Makefile index 93cdad30fff6..4a468aaeeb44 100644 --- a/math/antic/Makefile +++ b/math/antic/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ PORTNAME= antic -DISTVERSION= g20190211 +DISTVERSIONPREFIX= v +DISTVERSION= 0.2-23 +DISTVERSIONSUFFIX= -gc0217678 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -19,7 +21,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_GITHUB= yes GH_ACCOUNT= wbhart -GH_TAGNAME= 6f99431 USE_LDCONFIG= yes PLIST_FILES= include/antic/nf.h \ |