diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /audio/xmms-imms | |
parent | Information regarding the great autotools update of July 4 2004 (diff) |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'audio/xmms-imms')
-rw-r--r-- | audio/xmms-imms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile index 4e9c305ee383..71a22ef8a651 100644 --- a/audio/xmms-imms/Makefile +++ b/audio/xmms-imms/Makefile @@ -25,8 +25,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes -USE_AUTOHEADER= yes -USE_AUTOCONF_VER= 257 +USE_AUTOCONF_VER= 257 +USE_AUTOHEADER_VER= 257 GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |