aboutsummaryrefslogtreecommitdiff
path: root/mail/xfmail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-04-20 22:26:23 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-04-20 22:26:23 +0000
commiteda40cd6f7be5326638c6d4a3524906193a6ccc3 (patch)
tree9934439313661855f233ef0f3a5acae0939a7b78 /mail/xfmail
parent33efc06bb5190f2edc86abaef29282b3c92183b8 (diff)
downloadports-eda40cd6f7be5326638c6d4a3524906193a6ccc3.tar.gz
ports-eda40cd6f7be5326638c6d4a3524906193a6ccc3.zip
USE_ESOUND is going away. Use USE_GNOME+= esound instead.
Notes
Notes: svn path=/head/; revision=79379
Diffstat (limited to 'mail/xfmail')
-rw-r--r--mail/xfmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile
index 28d15dac5170..86a72845f4e5 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