diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-20 22:26:23 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-20 22:26:23 +0000 |
commit | a9d9a5bce25bf075df524d3633045f9bb7caa80d (patch) | |
tree | e20acd5b949be6c68179752aaf3526d1be6fe830 /mail | |
parent | a76a6d962f646eac4f139d523ec15d940afd4f89 (diff) | |
download | FreeBSD-ports-a9d9a5bce25bf075df524d3633045f9bb7caa80d.zip FreeBSD-ports-a9d9a5bce25bf075df524d3633045f9bb7caa80d.tar.gz |
USE_ESOUND is going away. Use USE_GNOME+= esound instead.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xfmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 28d15da..86a7284 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -44,7 +44,7 @@ LIBTOOLFILES= CONFIGURE_ARGS= --with-dbm-lib=gdbm .if defined(WITH_ESOUND) -USE_ESOUND= yes +USE_GNOME+= esound CONFIGURE_ARGS+= --with-esd-sound .endif |