diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-08-07 15:07:19 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-08-07 15:07:19 +0000 |
commit | 426a66c39b1e43781f35f77e7fc5c09f66e71127 (patch) | |
tree | 2fd63668af5634719c6e4daee359db12f7c6bd47 /audio/freealut/Makefile | |
parent | 92d1c2a9242a16322461f51513b6a157bd7d42a5 (diff) |
Notes
Diffstat (limited to 'audio/freealut/Makefile')
-rw-r--r-- | audio/freealut/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile index 2e7b7e9f115e..c7997d218398 100644 --- a/audio/freealut/Makefile +++ b/audio/freealut/Makefile @@ -7,6 +7,7 @@ PORTNAME= freealut PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.openal.org/openal_webstf/downloads/ \ http://aedion.de/openal/ @@ -17,7 +18,7 @@ COMMENT= The OpenAL Utility Toolkit LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack INSTALLS_SHLIB= yes |