diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/clip/Makefile | 2 | ||||
-rw-r--r-- | databases/py-psycopg/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index 9b442b8d2f81..ba7783db48cd 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -21,6 +21,8 @@ EXTRACT_ONLY= ${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}.tgz MAINTAINER= ports@FreeBSD.org COMMENT= xBase and Clipper language compatible compiler +BROKEN= Unfetchable + WRKSRC= ${WRKDIR}/${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E} USE_GETTEXT= yes diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index 188f62be541f..daa7c6204352 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -15,6 +15,8 @@ DISTNAME= psycopg-${PORTVERSION} MAINTAINER= simuran@shaw.ca COMMENT= The high performance Python adapter for PostgreSQL +BROKEN= Unfetchable + RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base BUILD_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} |