diff options
author | pav <pav@FreeBSD.org> | 2008-05-18 20:16:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-18 20:16:40 +0800 |
commit | da85762626d35bdc1064357ded0110ed26c96301 (patch) | |
tree | 52c943f19413455cf675e012dfa4e830351aa0d6 /audio | |
parent | 6b7bf6ee356446294d39e3f10efb20f7483a37ea (diff) | |
download | freebsd-ports-gnome-da85762626d35bdc1064357ded0110ed26c96301.tar.gz freebsd-ports-gnome-da85762626d35bdc1064357ded0110ed26c96301.tar.zst freebsd-ports-gnome-da85762626d35bdc1064357ded0110ed26c96301.zip |
- Fix INDEX build when ESOUND option is enabled
Reported by: sam sirlin <swsirlin@earthlink.net> on freebsd-ports
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 3e7317008ab8..40c003568c21 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -15,6 +15,7 @@ MAINTAINER= anders@FreeBSD.org COMMENT= A player for many different Amiga and PC module formats USE_GMAKE= yes +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |