diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-11-05 20:33:48 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-11-05 20:33:48 +0800 |
commit | 2b4fd7434ef1367c59cfba48e0ca117054fe2c65 (patch) | |
tree | 35a7d9b9398202b9c68eb17589d2d9919cb70038 /databases/pgadmin3/Makefile | |
parent | 46f61289721e3aaf3932608712dbc776f4d220a8 (diff) | |
download | freebsd-ports-gnome-2b4fd7434ef1367c59cfba48e0ca117054fe2c65.tar.gz freebsd-ports-gnome-2b4fd7434ef1367c59cfba48e0ca117054fe2c65.tar.zst freebsd-ports-gnome-2b4fd7434ef1367c59cfba48e0ca117054fe2c65.zip |
- Build and install docs
- Bump PORTREVISION
Feature safe: yes
Diffstat (limited to 'databases/pgadmin3/Makefile')
-rw-r--r-- | databases/pgadmin3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index c746d0c627e3..724ffeb541ea 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -7,6 +7,7 @@ PORTNAME= pgadmin3 PORTVERSION= 1.16.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src @@ -15,6 +16,8 @@ DIST_SUBDIR= postgresql MAINTAINER= fjoe@FreeBSD.org COMMENT= PostgreSQL database design and management system +BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx + IGNORE_WITH_PGSQL= 82 83 MAKE_JOBS_SAFE= yes @@ -24,8 +27,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" CPPFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ARGS= --with-wx-version=${USE_WX}\ - --without-sphinx-build +CONFIGURE_ARGS= --with-wx-version=${USE_WX} USE_GNOME= libxml2 libxslt USE_WX= 2.8 WX_COMPS= wx contrib |