diff options
Diffstat (limited to 'devel/fpc-fcl-net/Makefile')
-rw-r--r-- | devel/fpc-fcl-net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fpc-fcl-net/Makefile b/devel/fpc-fcl-net/Makefile index 3726aba6b0c0..54640853551c 100644 --- a/devel/fpc-fcl-net/Makefile +++ b/devel/fpc-fcl-net/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -fcl-net COMMENT= Free Pascal network interfaces (FCL) USES= fpc -USE_FPC= fcl-base openssl fcl-xml fcl-passrc fcl-async rtl-extra +USE_FPC= fcl-base fcl-xml fcl-passrc fcl-async rtl-extra MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |