diff options
author | alex <alex@FreeBSD.org> | 2001-08-23 17:01:05 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-08-23 17:01:05 +0000 |
commit | d58e1c7577f5aa7126422d67b218efb2fcb8b3c6 (patch) | |
tree | bcbda4a120d8fa632dff46d5cbb5853fa607d16e /palm | |
parent | a88a2e2cbb8f0635c8b14b9c1033bb17266cffec (diff) | |
download | FreeBSD-ports-d58e1c7577f5aa7126422d67b218efb2fcb8b3c6.zip FreeBSD-ports-d58e1c7577f5aa7126422d67b218efb2fcb8b3c6.tar.gz |
Install locale files to match pkg-plist. I assume this has been
the default once, but isn't any more if you don't enable it with
--with-i18n.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/coldsync/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 0bea2a1..06500b1 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -28,6 +28,8 @@ MANCOMPRESSED= no .include <bsd.port.pre.mk> +CONFIGURE_ARGS+= --with-i18n + # I don't know how to test for a version of {Net,Open}BSD that supports USB. .if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000 CONFIGURE_ARGS+= --with-usb |