Date: Tue, 2 Sep 2014 19:46:24 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367076 - head/graphics/truevision Message-ID: <201409021946.s82JkOt2022663@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Sep 2 19:46:23 2014 New Revision: 367076 URL: http://svnweb.freebsd.org/changeset/ports/367076 QAT: https://qat.redports.org/buildarchive/r367076/ Log: - Add USES=libtool - Link with -lz Modified: head/graphics/truevision/Makefile Modified: head/graphics/truevision/Makefile ============================================================================== --- head/graphics/truevision/Makefile Tue Sep 2 19:39:53 2014 (r367075) +++ head/graphics/truevision/Makefile Tue Sep 2 19:46:23 2014 (r367076) @@ -17,8 +17,8 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:${PO WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} -USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2 \ - shared-mime-info +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ + shared-mime-info tar:bzip2 USE_GNOME= gnomeprefix intlhack libgnomeui USE_GL= gl USE_PYTHON= yes @@ -26,8 +26,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= $$(pkg-config --cflags gtkglext-1.0) \ -I${LOCALBASE}/include -LDFLAGS+= $$(pkg-config --libs gtkglext-1.0) \ - -L${LOCALBASE}/lib +LIBS+= $$(pkg-config --libs gtkglext-1.0) \ + -L${LOCALBASE}/lib -lz post-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS=""||g ; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021946.s82JkOt2022663>