diff options
| author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
|---|---|---|
| committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
| commit | b9f5999732e7222774f10d977b14daa0de7edb33 (patch) | |
| tree | 044201e303293fd0309f62c7913147adac234a3f /databases/fpc-postgres | |
| parent | Avoid an icu crash in gimp by disabling optimizations. (diff) | |
- Add OPTIONS to some freepascal ports. Now, we can install the external libs
optionally.[1]
- Other tiny modifications
Suggested by: Ales Catona <almindor__at__gmail.com> [1]
Approved by: garga(mentor, implicit)
Diffstat (limited to 'databases/fpc-postgres')
| -rw-r--r-- | databases/fpc-postgres/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index 689b12624dec..35e772b7c4e0 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -postgres @@ -14,11 +14,10 @@ COMMENT= Free Pascal interface to PostGreSQL BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -USE_PGSQL= yes - MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -HAVE_EXAMPLES= true + +OPTIONS= PGSQL "Install PostgreSQL client" on .include "${MASTERDIR}/Makefile" |
