forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Approved by: portmgr (implicit)
- Loading branch information
mva
authored and
mva
committed
Sep 28, 2014
1 parent
5f7f3c9
commit 2ebf3ef
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,11 +10,9 @@ MAINTAINER= [email protected] | |
COMMENT= PostgreSQL tools from Skype: walshipping, queueing, replication | ||
|
||
GNU_CONFIGURE= yes | ||
USES= gmake shebangfix | ||
USES= gmake python:2 shebangfix | ||
|
||
USE_PGSQL= yes | ||
USE_PYTHON= 2 | ||
INSTALLS_EGGINFO= yes | ||
|
||
python_OLD_CMD= /usr/bin/env python | ||
python_CMD= /usr/bin/env python2 | ||
|