diff options
Diffstat (limited to 'devel/fpc-fcl-passrc/Makefile')
-rw-r--r-- | devel/fpc-fcl-passrc/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/fpc-fcl-passrc/Makefile b/devel/fpc-fcl-passrc/Makefile deleted file mode 100644 index 92c662ca8bda..000000000000 --- a/devel/fpc-fcl-passrc/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -CATEGORIES= devel lang -PKGNAMESUFFIX= -fcl-passrc - -COMMENT= Free Pascal language parsing library (FPC) - -USES= fpc -USE_FPC= fcl-base fcl-res rtl-objpas - -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR= ${WRKUNITDIR} - -.include "${MASTERDIR}/Makefile" |