diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-19 18:52:25 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-19 18:52:25 +0800 |
commit | 577e6007bc04e9cc6593d14b28fd88ae28ffc99d (patch) | |
tree | 8eb81e7d959fd4ba13786c69b81ab9f3a67c8b13 /x11-toolkits | |
parent | 910324018abd170a6ce032cdc3c91dfca74f2827 (diff) | |
download | freebsd-ports-gnome-577e6007bc04e9cc6593d14b28fd88ae28ffc99d.tar.gz freebsd-ports-gnome-577e6007bc04e9cc6593d14b28fd88ae28ffc99d.tar.zst freebsd-ports-gnome-577e6007bc04e9cc6593d14b28fd88ae28ffc99d.zip |
- Set USE_LDCONFIG
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tktable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tktable/Makefile b/x11-toolkits/tktable/Makefile index 7263fa6e4a39..d01edcecd7f2 100644 --- a/x11-toolkits/tktable/Makefile +++ b/x11-toolkits/tktable/Makefile @@ -15,6 +15,7 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/license.txt USES+= tk +USE_LDCONFIG= ${PREFIX}/lib/${DISTNAME} GNU_CONFIGURE= yes |