svn commit: r496803 - head/emulators/vice

Dirk Meyer dinoex at FreeBSD.org
Mon Mar 25 08:43:40 UTC 2019


Author: dinoex
Date: Mon Mar 25 08:43:38 2019
New Revision: 496803
URL: https://svnweb.freebsd.org/changeset/ports/496803

Log:
  - add USES localbase:ldflags
  PR:		236704

Modified:
  head/emulators/vice/Makefile

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Mon Mar 25 08:32:40 2019	(r496802)
+++ head/emulators/vice/Makefile	Mon Mar 25 08:43:38 2019	(r496803)
@@ -30,16 +30,12 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libgnutls.so:security/gnutls
 
 RESTRICTED=	ROMs are copyrighted by Commodore Business Machines
-
-USES=		compiler:c++11-lang pkgconfig makeinfo gmake \
-		iconv:wchar_t jpeg readline gettext
+USES=		compiler:c++11-lang pkgconfig makeinfo localbase:ldflags \
+		gmake iconv:wchar_t jpeg readline gettext
 USE_XORG=	xpm ice sm xext xv xt x11 xmu xxf86vm
 USE_XORG+=	xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
 HAS_CONFIGURE=	yes
 MAKE_ENV+=	MAKEINFOFLAGS="--no-split"
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-CPPFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--enable-ipv6 \
 			--enable-external-ffmpeg \
 			--mandir="${PREFIX}/man" \


More information about the svn-ports-all mailing list