diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-21 11:43:12 +0000 |
commit | f0a2f2797f4d3272e245e7751bde364a15634c65 (patch) | |
tree | 172d9b14a805ee232c5d60d2e8797ff7a8f45e81 /databases/pgaccess/Makefile | |
parent | 4f94b9c8c7df606bab11c747db7be3620e297d1c (diff) | |
download | FreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.zip FreeBSD-ports-f0a2f2797f4d3272e245e7751bde364a15634c65.tar.gz |
Fix include directory for postgresql7.1's new layout.
Diffstat (limited to 'databases/pgaccess/Makefile')
-rw-r--r-- | databases/pgaccess/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 4ce97f9..cb9d3d4 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -6,14 +6,14 @@ # PORTNAME= pgaccess -PORTVERSION= 0.98.6 +PORTVERSION= 0.98.7 CATEGORIES= databases -MASTER_SITES= ftp://speedy.flex.ro/pub/pgaccess/ +MASTER_SITES= http://www.flex.ro/pgaccess/download/ MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql7\ - wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +LIB_DEPENDS= pgtcl.2:${PORTSDIR}/databases/postgresql7 WRKSRC= ${WRKDIR}/pgaccess NO_BUILD= yes |