svn commit: r336426 - head/databases/postgresql-libpqxx3

Marcus von Appen mva at FreeBSD.org
Sat Dec 14 09:14:48 UTC 2013


Author: mva
Date: Sat Dec 14 09:14:47 2013
New Revision: 336426
URL: http://svnweb.freebsd.org/changeset/ports/336426

Log:
  - Fix shebang replacement
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/databases/postgresql-libpqxx3/Makefile

Modified: head/databases/postgresql-libpqxx3/Makefile
==============================================================================
--- head/databases/postgresql-libpqxx3/Makefile	Sat Dec 14 09:10:39 2013	(r336425)
+++ head/databases/postgresql-libpqxx3/Makefile	Sat Dec 14 09:14:47 2013	(r336426)
@@ -16,13 +16,14 @@ CONFLICTS=	postgresql-libpqxx-[2-4].*
 PORTSCOUT=	limit:^2\.
 
 USE_PGSQL=	yes
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig shebangfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 USE_PYTHON_BUILD=	yes
-USES=shebangfix
+
 SHEBANG_FILES=	tools/splitconfig
+python_CMD=	${PYTHON_CMD}
 
 CONFIGURE_ARGS=	--enable-shared
 


More information about the svn-ports-head mailing list