diff options
Diffstat (limited to 'audio/openal/Makefile')
-rw-r--r-- | audio/openal/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index d633cca667bb..6324035ecee9 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -6,16 +6,15 @@ # PORTNAME= openal -PORTVERSION= 20030125 +PORTVERSION= 20030524 CATEGORIES= audio MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\ - http://www.smluc.org/~erik/\ - http://csc.smsu.edu/~greenwald/ + http://www.smluc.org/~erik/ MAINTAINER= erik@smluc.org COMMENT= A 3D positional spatialized sound library -WRKSRC= ${WRKDIR}/${DISTNAME}fbsd/linux +WRKSRC= ${WRKDIR}/${DISTNAME}/linux GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes |