diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-05-21 14:04:42 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-05-21 14:04:42 +0000 |
commit | 1aa4a57b1cef4ca86664630f821d3795931e31f3 (patch) | |
tree | d3127df16aeba29ce6f3b52866c0ae1e95bc6270 /databases/pgadmin3/Makefile | |
parent | 7fc4a24d9c10e0e62d6fea6eb79f4b562e39f4a9 (diff) | |
download | ports-1aa4a57b1cef4ca86664630f821d3795931e31f3.tar.gz ports-1aa4a57b1cef4ca86664630f821d3795931e31f3.zip |
Notes
Diffstat (limited to 'databases/pgadmin3/Makefile')
-rw-r--r-- | databases/pgadmin3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index ed58121a4b95..ed004fddc086 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -9,11 +9,12 @@ PORTNAME= pgadmin3 PORTVERSION= 1.4.2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src +MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src MAINTAINER= fjoe@FreeBSD.org COMMENT= PostgreSQL database design and management system +USE_GETTEXT= yes USE_PGSQL= yes BROKEN_WITH_PGSQL= 73 GNU_CONFIGURE= yes @@ -31,7 +32,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= requires wchar_t +BROKEN= requires wchar_t .endif .include <bsd.port.post.mk> |