diff options
Diffstat (limited to 'devel/libcheck/Makefile')
-rw-r--r-- | devel/libcheck/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile index 9a58fc98d934..2ae65403a42d 100644 --- a/devel/libcheck/Makefile +++ b/devel/libcheck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libcheck -PORTVERSION= 0.8.4 +PORTVERSION= 0.9.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= check @@ -16,5 +16,6 @@ MAINTAINER= mikeh@FreeBSD.org COMMENT= A unit test framework for C GNU_CONFIGURE= yes +PLIST_SUB= CHECK_VERSION=${PORTVERSION} .include <bsd.port.mk> |