summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2019-03-25 08:43:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2019-03-25 08:43:38 +0000
commitda10aecf82bf572fb4b103a11058504ba23da0b5 (patch)
treefb711da803f3893dc556d6e5eec79a865ce9b556 /emulators/vice
parentgraphics/py-scikit-image: (diff)
- add USES localbase:ldflags
PR: 236704
Notes
Notes: svn path=/head/; revision=496803
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index a35a2f12ca6b..4073356e465b 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -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" \