Date: Thu, 19 Mar 2020 07:03:33 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528689 - head/devel/dee Message-ID: <202003190703.02J73X3L073642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Thu Mar 19 07:03:32 2020 New Revision: 528689 URL: https://svnweb.freebsd.org/changeset/ports/528689 Log: Utilize USES=localbase. Note the previous commit actually fixed the following PR. PR: 244507 Modified: head/devel/dee/Makefile Modified: head/devel/dee/Makefile ============================================================================== --- head/devel/dee/Makefile Thu Mar 19 06:55:23 2020 (r528688) +++ head/devel/dee/Makefile Thu Mar 19 07:03:32 2020 (r528689) @@ -16,7 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libicutu.so:devel/icu -USES= gmake gnome libtool pathfix pkgconfig python:2.7 +USES= gmake gnome libtool localbase pathfix pkgconfig python:2.7 GNU_CONFIGURE= yes USE_GNOME= glib20 introspection:build pygobject3 USE_LDCONFIG= yes @@ -26,8 +26,6 @@ CONFIGURE_ARGS= --disable-gtk-doc-html \ --disable-gcov \ --enable-introspection=yes \ --without-html-dir -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: ${REINPLACE_CMD} -e 's| -Wempty-body||' ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003190703.02J73X3L073642>