diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-01-19 03:36:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-01-19 03:36:30 +0000 |
commit | f5bae726e15b0ce3773738dd0c9d39447587ee87 (patch) | |
tree | bfa54409474faa6c4eef548691697ac61007572d /databases/postgresql-pltcl | |
parent | 73bdb3698301dd166e89b1ff5905de201bb58804 (diff) | |
download | ports-f5bae726e15b0ce3773738dd0c9d39447587ee87.tar.gz ports-f5bae726e15b0ce3773738dd0c9d39447587ee87.zip |
Notes
Diffstat (limited to 'databases/postgresql-pltcl')
-rw-r--r-- | databases/postgresql-pltcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile index 417b8f594592..811d1f5925d0 100644 --- a/databases/postgresql-pltcl/Makefile +++ b/databases/postgresql-pltcl/Makefile @@ -12,7 +12,7 @@ MAINTAINER= girgen@pingpong.net POSTGRESQL_PORT?= databases/postgresql7 POSTGRESQL_SUBPORT=YES -.include <${PORTSDIR}/${POSTGRESQL_PORT}/Makefile> +.include "../../${POSTGRESQL_PORT}/Makefile" LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} |