Skip to content

Commit

Permalink
emulators/vice: add harfbuzz, fix www
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jul 18, 2021
1 parent 8470e0e commit 9f97fd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions emulators/vice/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= vice
PORTVERSION= 3.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= SF/vice-emu/releases

Expand All @@ -29,15 +29,16 @@ LIB_DEPENDS= libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libpcre2-8.so:devel/pcre2 \
libgnutls.so:security/gnutls
libgnutls.so:security/gnutls \
libharfbuzz.so:print/harfbuzz

USES= compiler:c++11-lang pkgconfig makeinfo localbase:ldflags \
gmake iconv:wchar_t jpeg readline gettext xorg
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" \
XDG_DATA_DIRS=${STAGEDIR}/${PREFIX}/share
XDG_DATA_DIRS=${STAGEDIR}${PREFIX}/share
CFLAGS+= -fcommon
CONFIGURE_ARGS+= --enable-ipv6 \
--enable-external-ffmpeg \
Expand Down
2 changes: 1 addition & 1 deletion emulators/vice/pkg-descr
Expand Up @@ -12,6 +12,6 @@ The following programs are included:

LICENSE: GPL2 or later

WWW: http://www.viceteam.org/
WWW: https://vice-emu.sourceforge.io/

The ROM files are Copyright by Commodore Business Machines.

0 comments on commit 9f97fd4

Please sign in to comment.