diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-05 10:46:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-05 10:46:18 +0800 |
commit | 924bac5c651c4730238d1f67903ad291fce335d3 (patch) | |
tree | 2f1413a703074e492c13e37709545074df39c0d9 /converters/fribidi | |
parent | c72ae30c3215eb9291f4bb7a29dc8cbc3cbd708a (diff) | |
download | freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.tar.gz freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.tar.zst freebsd-ports-gnome-924bac5c651c4730238d1f67903ad291fce335d3.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Diffstat (limited to 'converters/fribidi')
-rw-r--r-- | converters/fribidi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index 0cc7f6f316ec..19d971af6fa2 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -16,6 +16,6 @@ COMMENT= A Free Implementation of the Unicode Bidirectional Algorithm GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> |