diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2019-03-25 16:43:38 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2019-03-25 16:43:38 +0800 |
commit | da10aecf82bf572fb4b103a11058504ba23da0b5 (patch) | |
tree | fb711da803f3893dc556d6e5eec79a865ce9b556 /emulators/vice | |
parent | 847927d7231d9985da401cc27d41ab09b3c4bfec (diff) | |
download | freebsd-ports-gnome-da10aecf82bf572fb4b103a11058504ba23da0b5.tar.gz freebsd-ports-gnome-da10aecf82bf572fb4b103a11058504ba23da0b5.tar.zst freebsd-ports-gnome-da10aecf82bf572fb4b103a11058504ba23da0b5.zip |
- add USES localbase:ldflags
PR: 236704
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 8 |
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" \ |