diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-10 21:22:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-10 21:22:02 +0800 |
commit | 71b95f575a41fb1e9cad19df795c742f80789008 (patch) | |
tree | b78198c4aa1128279d4e47fedcb1056089f3c2c5 /databases/sybtcl | |
parent | b21f48b90bf773044f5eb62f5883d31741c4ecee (diff) | |
download | freebsd-ports-gnome-71b95f575a41fb1e9cad19df795c742f80789008.tar.gz freebsd-ports-gnome-71b95f575a41fb1e9cad19df795c742f80789008.tar.zst freebsd-ports-gnome-71b95f575a41fb1e9cad19df795c742f80789008.zip |
Allow staging as a regular user
Diffstat (limited to 'databases/sybtcl')
-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} \ |