diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
commit | f7f940d1c208204ac24ad6ff688d6318d93ace49 (patch) | |
tree | 20f62f950e0b1651962082664a63613c48d670cd /devel/fpc-fcl-net | |
parent | e1102f2a9332b465d0345638dfd00c0c37a3eb4e (diff) | |
download | ports-f7f940d1c208204ac24ad6ff688d6318d93ace49.tar.gz ports-f7f940d1c208204ac24ad6ff688d6318d93ace49.zip |
Notes
Diffstat (limited to 'devel/fpc-fcl-net')
-rw-r--r-- | devel/fpc-fcl-net/Makefile | 4 | ||||
-rw-r--r-- | devel/fpc-fcl-net/pkg-plist | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/devel/fpc-fcl-net/Makefile b/devel/fpc-fcl-net/Makefile index 588f9f3bb389..d13a0c6b7380 100644 --- a/devel/fpc-fcl-net/Makefile +++ b/devel/fpc-fcl-net/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-net MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library -USE_FPC= fcl-base fcl-xml fcl-passrc hash libasync netdb paszlib pthreads +USE_FPC= fcl-async fcl-base fcl-xml fcl-passrc hash paszlib pthreads MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} diff --git a/devel/fpc-fcl-net/pkg-plist b/devel/fpc-fcl-net/pkg-plist index 0ae11a76cefe..a4e320d6f052 100644 --- a/devel/fpc-fcl-net/pkg-plist +++ b/devel/fpc-fcl-net/pkg-plist @@ -1,17 +1,26 @@ bin/mkxmlrpc lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/netdb.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/servlets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/httpbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/httpclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/httpsvlt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/xmlrpc.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/netdb.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/servlets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/httpbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/httpclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/httpsvlt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/xmlrpc.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpnetdb.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpresolve.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpssockets.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpservlets.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpfpsock.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libphttpbase.a |