diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-05 17:36:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-05 17:36:41 +0000 |
commit | 870745189d76f9406710248cf59622baf0173a55 (patch) | |
tree | f987b8de0197f30a8a3876cdf174fe12417e585c /audio | |
parent | Fix build in -CURRENT (diff) |
Fix a problem enabling esound support after the recent GNOMENG conversion.
PR: 43436
Submitted by: adam@vectors.cx
Notes
Notes:
svn path=/head/; revision=67356
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 889d2c606e60..002f1c33c371 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -54,6 +54,7 @@ MAKE_ENV+= USE_INET6=yes USE_GNOME+= esound ALL_TARGET= freebsd-esd PKGNAMESUFFIX= -esound +MAKE_ENV= HAVE_ESOUND=yes .elif defined(HAVE_NAS) PKGNAMESUFFIX= -nas ALL_TARGET= freebsd-nas |