diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-01-11 00:01:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-01-11 00:01:13 +0800 |
commit | 14c3cd1c1524318f8431cb4bac83b7e6fa3ea6fb (patch) | |
tree | 076bff9a5e42d4f8b5d003ac53eca0df8e258b76 | |
parent | 99f7911e8a9ac27388778d8a6c5df283a725f9dd (diff) | |
download | freebsd-ports-gnome-14c3cd1c1524318f8431cb4bac83b7e6fa3ea6fb.tar.gz freebsd-ports-gnome-14c3cd1c1524318f8431cb4bac83b7e6fa3ea6fb.tar.zst freebsd-ports-gnome-14c3cd1c1524318f8431cb4bac83b7e6fa3ea6fb.zip |
- fix build for pointyhat only
-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: |