diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-01-10 16:01:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-01-10 16:01:13 +0000 |
commit | 5da4cf0180a55497191b316c3a35bd562d97d9dc (patch) | |
tree | 295c8c772acd45f853456327d788ef6c717067f1 /emulators/vice | |
parent | 8f22f3fec8a85cd35afaef40c00603e04987c849 (diff) |
- fix build for pointyhat only
Notes
Notes:
svn path=/head/; revision=267608
Diffstat (limited to 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index f57591dc9839..6d866f29f97a 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -100,6 +100,7 @@ LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg .endif .if !defined(WITHOUT_NLS) +PATCH_DEPENDS+= ${LOCALBASE}/bin/iconv:${PORTSDIR}/converters/libiconv USE_GETTEXT= yes CONFIGURE_ARGS+= --enable-nls --localedir=${LOCALBASE}/share/locale # causes vice to crash: |