diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-25 10:15:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-25 10:15:20 +0000 |
commit | 8915cb7e3ad6d3357f971778358efc58cd2c6c11 (patch) | |
tree | 2bfeac1061d4dcb4bdaa2a4bbab0e4c128c1a206 /databases/p5-DBD-PgSPI/Makefile | |
parent | Respect PTHREAD_LIBS. (diff) |
Now that I've axed the problem, remove the BROKEN/DEPRECATED/EXPIRATION_DATE
Notes
Notes:
svn path=/head/; revision=109964
Diffstat (limited to 'databases/p5-DBD-PgSPI/Makefile')
-rw-r--r-- | databases/p5-DBD-PgSPI/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile index ec6694a8e2b7..47094cab02da 100644 --- a/databases/p5-DBD-PgSPI/Makefile +++ b/databases/p5-DBD-PgSPI/Makefile @@ -22,10 +22,6 @@ RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/plperl.so:${PORTSDIR}/databases/p5-post ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} -BROKEN= "Inconsistent dependencies" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - PERL_CONFIGURE= yes MAN3= DBD::PgSPI.3 |