diff options
Diffstat (limited to 'sysutils/libg15render/Makefile')
-rw-r--r-- | sysutils/libg15render/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/libg15render/Makefile b/sysutils/libg15render/Makefile index 383caad41b99..e9f648c3a687 100644 --- a/sysutils/libg15render/Makefile +++ b/sysutils/libg15render/Makefile @@ -1,5 +1,5 @@ PORTNAME= libg15render -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= sysutils MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ @@ -11,10 +11,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libg15.so:sysutils/libg15 -USES= compiler:gcc-c++11-lib gmake libtool tar:bzip2 +USES= gmake libtool tar:bzip2 localbase +USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes .include <bsd.port.mk> |