diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-18 12:16:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-05-18 12:16:40 +0000 |
commit | abee6364ff097498f1f8b8129aae5cf7b12102ad (patch) | |
tree | 7b7b13302c7f87d08ebc9b477c82ddbee7ffa53f /audio | |
parent | 8e3f4b5f8f0a8f98b157feb7a622d06c744fa44d (diff) |
- Fix INDEX build when ESOUND option is enabled
Reported by: sam sirlin <swsirlin@earthlink.net> on freebsd-ports
Notes
Notes:
svn path=/head/; revision=213267
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" |