diff --git a/devel/libsigc++30/Makefile b/devel/libsigc++30/Makefile index 3a6974455efd..16133a05885b 100644 --- a/devel/libsigc++30/Makefile +++ b/devel/libsigc++30/Makefile @@ -1,23 +1,21 @@ PORTNAME= libsigc++ PORTVERSION= 3.0.7 CATEGORIES= devel MASTER_SITES= GNOME PKGNAMESUFFIX= 30 MAINTAINER= gnome@FreeBSD.org COMMENT= Callback Framework for C++ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++17-lang meson tar:xz USE_LDCONFIG= yes MESON_ARGS= -Dbuild-documentation=false \ -Dbuild-examples=false -INSTALL_TARGET= install-strip - PLIST_SUB= API_VERSION="3.0" .include