diff options
Diffstat (limited to 'databases/pgadmin3')
-rw-r--r-- | databases/pgadmin3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index fa84e1561b7..bda20c0d18f 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/10/02 17:10:44 tron Exp $ +# $NetBSD: Makefile,v 1.31 2012/10/02 21:25:37 asau Exp $ DISTNAME= pgadmin3-1.12.1 PKGREVISION= 11 @@ -9,8 +9,6 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.pgadmin.org/ COMMENT= Graphical PostgreSQL client and administration tool -PKG_DESTDIR_SUPPORT= user-destdir - PGSQL_VERSIONS_ACCEPTED=90 84 83 USE_LANGUAGES= c c++ |