Date: Sat, 30 Jan 2016 00:28:24 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407505 - head/graphics/aalib Message-ID: <201601300028.u0U0SODi002551@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Jan 30 00:28:24 2016 New Revision: 407505 URL: https://svnweb.freebsd.org/changeset/ports/407505 Log: graphics/aalib: LDFLAGS+= -L${LOCALBASE}/lib (for ports ncurses) Modified: head/graphics/aalib/Makefile Modified: head/graphics/aalib/Makefile ============================================================================== --- head/graphics/aalib/Makefile Sat Jan 30 00:21:14 2016 (r407504) +++ head/graphics/aalib/Makefile Sat Jan 30 00:28:24 2016 (r407505) @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.0 GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= aalib +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601300028.u0U0SODi002551>