diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-09-08 21:08:41 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-09-08 21:08:41 +0000 |
commit | e3f4f7c6fab0b9c1e0e13e3be1b04eab3b5e82ff (patch) | |
tree | 8bbdc6c169c726a3ec8a83530840a5ce8e0bdf16 /databases/pgtcl | |
parent | dc8bf4d2bef80b43408000e4924572080bf96233 (diff) |
Notes
Diffstat (limited to 'databases/pgtcl')
-rw-r--r-- | databases/pgtcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pgtcl/Makefile b/databases/pgtcl/Makefile index 1491de09221d..ef31309a10f1 100644 --- a/databases/pgtcl/Makefile +++ b/databases/pgtcl/Makefile @@ -26,7 +26,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} EXTRACT_ONLY= ${_DISTFILES:M*tar.gz} DISTFILES+= pgtcldocs-20070115.zip:doc MASTER_SITES+= http://pgfoundry.org/frs/download.php/1228/:doc -BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip .endif post-configure: |