diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-06 10:44:32 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-06 10:44:32 +0800 |
commit | 27ea2cc3e2d94cd6f012f7e6a419491be5df2e21 (patch) | |
tree | 8b1ca222f7085d837519c86375d3eb21a763bccb | |
parent | 2a569a16ef228838e93c3e0933e75609d8d1adc7 (diff) | |
download | freebsd-ports-gnome-27ea2cc3e2d94cd6f012f7e6a419491be5df2e21.tar.gz freebsd-ports-gnome-27ea2cc3e2d94cd6f012f7e6a419491be5df2e21.tar.zst freebsd-ports-gnome-27ea2cc3e2d94cd6f012f7e6a419491be5df2e21.zip |
- pet portlint
PR: ports/103996
Submitted by: Naram Qashat <cyberbotx_AT_kirby dot cyberbotx dot com>
Approved by: maintainer (Tijl Coosemans)
-rw-r--r-- | comms/libticables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index f032c042e069..cd5c1f26a3ab 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -22,6 +22,6 @@ USE_GETTEXT= yes USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> |