diff options
author | bms <bms@FreeBSD.org> | 2008-01-19 04:57:55 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2008-01-19 04:57:55 +0800 |
commit | f70b3bfac9954641ff596bb902bd350ae271234a (patch) | |
tree | c0f4b094cecb68b6a26fced7d92fc1eaba2322da /devel | |
parent | d3c8931defc7fbeff57b4701841b1a8764eff98c (diff) | |
download | freebsd-ports-gnome-f70b3bfac9954641ff596bb902bd350ae271234a.tar.gz freebsd-ports-gnome-f70b3bfac9954641ff596bb902bd350ae271234a.tar.zst freebsd-ports-gnome-f70b3bfac9954641ff596bb902bd350ae271234a.zip |
Nuke NLS as I obviously didn't support it properly.
Noticed by: pav
Diffstat (limited to 'devel')
-rw-r--r-- | devel/urjtag/Makefile | 3 | ||||
-rw-r--r-- | devel/urjtag/pkg-plist | 5 |
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/urjtag/Makefile b/devel/urjtag/Makefile index b5f3d92b96dc..82aa4abf4d3c 100644 --- a/devel/urjtag/Makefile +++ b/devel/urjtag/Makefile @@ -21,7 +21,8 @@ USE_BZIP2= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-libusb --without-libftdi --without-ftd2xx +CONFIGURE_ARGS+= --without-libusb --without-libftdi --without-ftd2xx \ + --disable-nls CONFIGURE_ENV+= CFLAGS=--std=c99 OPENWINCE_INCLUDE=${LOCALBASE}/include/openwince diff --git a/devel/urjtag/pkg-plist b/devel/urjtag/pkg-plist index 39bd8fa51c9f..0f7edbcd08e9 100644 --- a/devel/urjtag/pkg-plist +++ b/devel/urjtag/pkg-plist @@ -188,11 +188,6 @@ bin/jtag %%DATADIR%%/xilinx/xcr3128xl-vq100/xcr3128xl-vq100 %%DATADIR%%/xilinx/xcr3256xl-ft256/STEPPINGS %%DATADIR%%/xilinx/xcr3256xl-ft256/xcr3256xl-ft256 -share/locale/fr/LC_MESSAGES/jtag.mo -share/locale/rw/LC_MESSAGES/jtag.mo -share/locale/sk/LC_MESSAGES/jtag.mo -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw @dirrm %%DATADIR%%/xilinx/xcr3256xl-ft256 @dirrm %%DATADIR%%/xilinx/xcr3032xl-vq44 @dirrm %%DATADIR%%/xilinx/xcr3128xl-vq100 |