diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-08-23 17:01:05 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-08-23 17:01:05 +0000 |
commit | ded60c3aa3ada4133b539ef260945cd148a09c3f (patch) | |
tree | e1c84dab3ce43bea56743d15155eee11f13603b5 /palm/coldsync | |
parent | 36acf102b4903186c469d56baa0b1d3f161042e7 (diff) | |
download | ports-ded60c3aa3ada4133b539ef260945cd148a09c3f.tar.gz ports-ded60c3aa3ada4133b539ef260945cd148a09c3f.zip |
Notes
Diffstat (limited to 'palm/coldsync')
-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 0bea2a1bd35f..06500b108cd4 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 |