diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-10 13:22:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-10 13:22:02 +0000 |
commit | 1bea147658a171cbe8b0845c6e721d8a3b2c828a (patch) | |
tree | b78198c4aa1128279d4e47fedcb1056089f3c2c5 | |
parent | Allow staging as a regular user (diff) |
Allow staging as a regular user
Notes
Notes:
svn path=/head/; revision=367833
-rw-r--r-- | databases/sybtcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sybtcl/Makefile b/databases/sybtcl/Makefile index 20798059af5a..c2a127252463 100644 --- a/databases/sybtcl/Makefile +++ b/databases/sybtcl/Makefile @@ -12,7 +12,7 @@ COMMENT= TCL extension to connect to Sybase servers 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} \ |