aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-sqlrelay
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-10-29 06:01:40 +0800
committerpawel <pawel@FreeBSD.org>2013-10-29 06:01:40 +0800
commitdfcbc3a216dd3418392281cc25de752ea2dc99b4 (patch)
tree737fd3cbe4eb3aa106235ec22dd12ee3cbfbc4df /databases/py-sqlrelay
parent5f8c036d87aadfd625d85c189844aed7f7fc36b4 (diff)
downloadfreebsd-ports-graphics-dfcbc3a216dd3418392281cc25de752ea2dc99b4.tar.gz
freebsd-ports-graphics-dfcbc3a216dd3418392281cc25de752ea2dc99b4.tar.zst
freebsd-ports-graphics-dfcbc3a216dd3418392281cc25de752ea2dc99b4.zip
- Update devel/rudiments to 0.43 [1]
- Add support for STAGEDIR [1] - Update databases/sqlrelay to 0.52 (fixes build with new devel/rudiments) - Remove leading article from COMMENT - Add support for STAGEDIR - Remove GTK1 option - no longer available feature - Rename INTERBASE option to FIREBIRD (globally defined) - Rename SQLITE2 to SQLITE3 as dependency changed to databases/sqlite3 - Use options substitutions, sort plist PR: ports/181880 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'databases/py-sqlrelay')
-rw-r--r--databases/py-sqlrelay/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile
index 7104a2016fc..9013d2dd84a 100644
--- a/databases/py-sqlrelay/Makefile
+++ b/databases/py-sqlrelay/Makefile
@@ -3,7 +3,6 @@
PORTNAME= ${SQLRELAY_PORTNAME}
PORTVERSION= ${SQLRELAY_PORTVERSION}
-PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= # none
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +28,6 @@ CONFIGURE_ENV= PTHREADINCLUDES="${PTHREAD_CFLAGS}" \
CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
--with-python-prefix="${LOCALBASE}"
-NO_STAGE= yes
.include "${.CURDIR}/../sqlrelay/Makefile.common"
.include <bsd.port.pre.mk>