diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
commit | 95c603f42399578ac1a383b7bb51abd2e8895db4 (patch) | |
tree | 64691a7289d0e77cd3483411dc227f968820b8ed /databases/p5-Pg | |
parent | fb83b160f2557b9320e10fa1c0bc8be677fed45b (diff) | |
download | FreeBSD-ports-95c603f42399578ac1a383b7bb51abd2e8895db4.zip FreeBSD-ports-95c603f42399578ac1a383b7bb51abd2e8895db4.tar.gz |
typo clean up police: \s -> \t
Diffstat (limited to 'databases/p5-Pg')
-rw-r--r-- | databases/p5-Pg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index c3b29f9..9615b81 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 +LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 USE_PERL5= yes |