diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-27 07:34:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-27 07:34:28 +0800 |
commit | 9be5709fb945b2de7f9ddf7f3ff665e5a2e7ad9e (patch) | |
tree | a6e2b91ea18e3927794d6a92408847805f656b94 /audio/esound | |
parent | 77ca8e3d210fd02eb8d90b580e31d7a6203a00ad (diff) | |
download | freebsd-ports-gnome-9be5709fb945b2de7f9ddf7f3ff665e5a2e7ad9e.tar.gz freebsd-ports-gnome-9be5709fb945b2de7f9ddf7f3ff665e5a2e7ad9e.tar.zst freebsd-ports-gnome-9be5709fb945b2de7f9ddf7f3ff665e5a2e7ad9e.zip |
Fix the build when docbook-utils is installed.
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 36d3511ff26c..9deb022db5e6 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -23,6 +23,7 @@ USE_GNOME= gnometarget gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= JW=false USE_GETOPT_LONG=yes CONFLICTS= py*-ro-[0-9]* |