diff options
Diffstat (limited to 'devel/fpc-fcl-image/Makefile')
-rw-r--r-- | devel/fpc-fcl-image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/fpc-fcl-image/Makefile b/devel/fpc-fcl-image/Makefile index 5f5d4bb6eb36..303ebf5c7e6c 100644 --- a/devel/fpc-fcl-image/Makefile +++ b/devel/fpc-fcl-image/Makefile @@ -12,7 +12,6 @@ USE_FPC= fcl-async fcl-base hash pasjpeg paszlib pthreads libpng MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |