diff options
Diffstat (limited to 'devel/base64/Makefile')
| -rw-r--r-- | devel/base64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/base64/Makefile b/devel/base64/Makefile index 5f41f563fc74..f9f4eccbfe72 100644 --- a/devel/base64/Makefile +++ b/devel/base64/Makefile @@ -2,6 +2,7 @@ PORTNAME= base64 PORTVERSION= 0.5.2 DISTVERSIONPREFIX= v CATEGORIES= devel +PKGNAMEPREFIX= lib MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast Base64 stream encoder/decoder in C99, with SIMD acceleration @@ -29,6 +30,7 @@ CMAKE_ON= BASE64_BUILD_CLI \ CMAKE_TESTING_ON= \ BASE64_BUILD_TESTS \ BASE64_WERROR +USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} |
