Date: Sun, 10 May 2015 22:51:51 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386031 - head/graphics/xmedcon Message-ID: <201505102251.t4AMpps2019479@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 10 22:51:50 2015 New Revision: 386031 URL: https://svnweb.freebsd.org/changeset/ports/386031 Log: - Strip library Modified: head/graphics/xmedcon/Makefile Modified: head/graphics/xmedcon/Makefile ============================================================================== --- head/graphics/xmedcon/Makefile Sun May 10 21:46:45 2015 (r386030) +++ head/graphics/xmedcon/Makefile Sun May 10 22:51:50 2015 (r386031) @@ -3,7 +3,7 @@ PORTNAME= xmedcon PORTVERSION= 0.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION} @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \ --enable-llcheck USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505102251.t4AMpps2019479>