diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:30:02 +0000 |
commit | 51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3 (patch) | |
tree | 030b3d92bb08524e5b2e5325ab25aa34929f271d /geography | |
parent | 601583c3207bd23bb05d0761888aefcb5699e1c2 (diff) | |
download | pkgsrc-51c8ea8d626ec51437ba0afbcc8aa3f789ea4cf3.tar.gz |
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index c05cd205b8c..f3eac697ac1 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2007/01/12 18:11:49 gdt Exp $ +# $NetBSD: Makefile,v 1.9 2007/02/22 19:30:03 wiz Exp $ DISTNAME= postgis-${VERSION} VERSION= 1.2.1 PKGNAME= postgresql81-postgis-${VERSION} -MASTER_SITES= http://postgis.refractions.net/download/ +MASTER_SITES= http://postgis.refractions.net/download/ CATEGORIES= databases geography MAINTAINER= gdt@NetBSD.org @@ -16,7 +16,7 @@ CONFLICTS= postgis-[0-9]* GNU_CONFIGURE= YES USE_TOOLS+= gmake perl -USE_LANGUAGES+= c c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-rpath CONFIGURE_ARGS+= --datadir=${PREFIX}/share/postgresql/contrib |