diff options
author | crees <crees@FreeBSD.org> | 2012-03-22 04:03:55 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-03-22 04:03:55 +0800 |
commit | b4fe83d2eeab5b38b18863b5543cebafdc4d72fb (patch) | |
tree | d839c3213f7c85f48ba800a3f05fe461de14541d /databases | |
parent | 62bc255697b2b74059046c72571dbbf2fcfb8167 (diff) | |
download | freebsd-ports-graphics-b4fe83d2eeab5b38b18863b5543cebafdc4d72fb.tar.gz freebsd-ports-graphics-b4fe83d2eeab5b38b18863b5543cebafdc4d72fb.tar.zst freebsd-ports-graphics-b4fe83d2eeab5b38b18863b5543cebafdc4d72fb.zip |
Update dependency for removal of postgresql-tcltk; replace with databases/pgtcl
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgaccess/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index bb3df388112..274f3ccc1ab 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -7,16 +7,19 @@ PORTNAME= pgaccess PORTVERSION= 0.99.0.20040219 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases tcl tk MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgsql@FreeBSD.org COMMENT= A powerful GUI PostgreSQL database administration tool and toolkit -LIB_DEPENDS= pgtcl:${PORTSDIR}/databases/postgresql-tcltk +BUILD_DEPENDS+= ${RUN_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl:${PORTSDIR}/databases/pgtcl + +USE_PGSQL= server:extract TCLVERSION?= 8.4 DOCSDIR= ${PREFIX}/share/doc/postgresql/${PORTNAME} |