diff options
author | Jose M. Alcaide <jmas@FreeBSD.org> | 1999-11-14 12:03:54 +0000 |
---|---|---|
committer | Jose M. Alcaide <jmas@FreeBSD.org> | 1999-11-14 12:03:54 +0000 |
commit | e08840029e58a0682a5f8d2ba04c96fe4331d351 (patch) | |
tree | ecf9296d0fb4c5cc4a725ce20dc3e31dd39ae790 | |
parent | ea22425a5d6008eb903b5a5c3155b1090f115286 (diff) | |
download | freebsd-ports-e08840029e58a0682a5f8d2ba04c96fe4331d351.zip |
"Dead key" support added.
-rw-r--r-- | mail/xfmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 507ce3f14191..46fdccd4b74f 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ USE_BZIP2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-dead-keys --with-xkb-dead-keys MAN1= xfmail.1 .include <bsd.port.mk> |