diff options
Diffstat (limited to 'misc/ezc3d/Makefile')
-rw-r--r-- | misc/ezc3d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ezc3d/Makefile b/misc/ezc3d/Makefile index 702887207298..ede748774176 100644 --- a/misc/ezc3d/Makefile +++ b/misc/ezc3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= ezc3d DISTVERSIONPREFIX= Release_ -DISTVERSION= 1.5.11 +DISTVERSION= 1.5.19 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -23,4 +23,6 @@ CMAKE_TESTING_TARGET= gtest post-test: @cd ${TEST_WRKSRC}/test && ./ezc3d_test +# tests as of 1.5.19: [ PASSED ] 54 tests. + .include <bsd.port.mk> |