diff options
Diffstat (limited to 'audio/fpc-openal/Makefile')
-rw-r--r-- | audio/fpc-openal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/fpc-openal/Makefile b/audio/fpc-openal/Makefile index 6ab169e9b364..6b4d5a22bcdb 100644 --- a/audio/fpc-openal/Makefile +++ b/audio/fpc-openal/Makefile @@ -9,11 +9,10 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to openal library USE_FPC= yes -NO_STAGE= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= OPENAL OPENAL_DESC= Install openal library |