diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-26 00:41:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-26 00:41:00 +0800 |
commit | d2f914f562b5b3156c21bca26449740641884581 (patch) | |
tree | 3cc87ca6477cfb38b16c2487a4eaddf7ef1a858f /x11-toolkits | |
parent | 7a87887bda8e8abe92290b84775bc41ee8dbf0c4 (diff) | |
download | freebsd-ports-gnome-d2f914f562b5b3156c21bca26449740641884581.tar.gz freebsd-ports-gnome-d2f914f562b5b3156c21bca26449740641884581.tar.zst freebsd-ports-gnome-d2f914f562b5b3156c21bca26449740641884581.zip |
Allow staging as a regular user
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/itk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/itk/Makefile b/x11-toolkits/itk/Makefile index ff5c018a4806..b4fc01a42937 100644 --- a/x11-toolkits/itk/Makefile +++ b/x11-toolkits/itk/Makefile @@ -13,7 +13,7 @@ COMMENT= Object-oriented extension to Tk [incr Tk] LIB_DEPENDS= libitcl.so.${MAJOR}:${PORTSDIR}/lang/itcl -USES= tk +USES= tk uidfix USE_LDCONFIG= yes MAKE_ENV+= ${PLIST_SUB} \ SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \ |