diff options
author | jmas <jmas@FreeBSD.org> | 1999-11-14 20:03:54 +0800 |
---|---|---|
committer | jmas <jmas@FreeBSD.org> | 1999-11-14 20:03:54 +0800 |
commit | 9de7e5832f123e736923083debcb348d2ffbc079 (patch) | |
tree | 2ae537db6ae3aa3c20a81c2033897257742036e6 /mail/xfmail | |
parent | 1c08ec97529b7fdc4151f799c2e40d8aac684ddb (diff) | |
download | freebsd-ports-gnome-9de7e5832f123e736923083debcb348d2ffbc079.tar.gz freebsd-ports-gnome-9de7e5832f123e736923083debcb348d2ffbc079.tar.zst freebsd-ports-gnome-9de7e5832f123e736923083debcb348d2ffbc079.zip |
"Dead key" support added.
Diffstat (limited to 'mail/xfmail')
-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> |