svn commit: r367833 - head/databases/sybtcl

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 13:22:03 UTC 2014


Author: antoine
Date: Wed Sep 10 13:22:02 2014
New Revision: 367833
URL: http://svnweb.freebsd.org/changeset/ports/367833
QAT: https://qat.redports.org/buildarchive/r367833/

Log:
  Allow staging as a regular user

Modified:
  head/databases/sybtcl/Makefile

Modified: head/databases/sybtcl/Makefile
==============================================================================
--- head/databases/sybtcl/Makefile	Wed Sep 10 13:19:03 2014	(r367832)
+++ head/databases/sybtcl/Makefile	Wed Sep 10 13:22:02 2014	(r367833)
@@ -12,7 +12,7 @@ COMMENT=	TCL extension to connect to Syb
 
 LIB_DEPENDS=	libsybdb.so:${PORTSDIR}/databases/freetds
 
-USES=		tcl
+USES=		tcl uidfix
 TCL_DVER=	${TCL_VER:S/.//}
 MAKEFILE=	${FILESDIR}/Makefile.bsd
 MAKE_ARGS+=	TCL_VER=${TCL_VER} \


More information about the svn-ports-head mailing list