diff options
author | garga <garga@FreeBSD.org> | 2006-08-29 23:41:00 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-08-29 23:41:00 +0800 |
commit | b9a29591a5234eb30a9eae3852c3af61e28c30f3 (patch) | |
tree | 42c23d6a438e31ec233fe952834f02eb2a7306f9 /devel | |
parent | a2203056f9c16a04b0076b5467d9484798c870b3 (diff) | |
download | freebsd-ports-gnome-b9a29591a5234eb30a9eae3852c3af61e28c30f3.tar.gz freebsd-ports-gnome-b9a29591a5234eb30a9eae3852c3af61e28c30f3.tar.zst freebsd-ports-gnome-b9a29591a5234eb30a9eae3852c3af61e28c30f3.zip |
s/INSTALLS_SHLIB/USE_LDCONFIG/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libslang/Makefile | 2 | ||||
-rw-r--r-- | devel/libslang2-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/libslang2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 0ebc82cbf3d9..93589606ad1d 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -21,7 +21,7 @@ OPTIONS= UTF8 "Enable UTF-8 support - EXPERIMENTAL" off USE_BZIP2= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFLICTS= libslang2-2.* libslang-1.*.j[0-9] diff --git a/devel/libslang2-devel/Makefile b/devel/libslang2-devel/Makefile index 32921fb5669a..63c9fb657655 100644 --- a/devel/libslang2-devel/Makefile +++ b/devel/libslang2-devel/Makefile @@ -18,7 +18,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Routines for rapid alpha-numeric terminal applications development USE_BZIP2= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile index 32921fb5669a..63c9fb657655 100644 --- a/devel/libslang2/Makefile +++ b/devel/libslang2/Makefile @@ -18,7 +18,7 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Routines for rapid alpha-numeric terminal applications development USE_BZIP2= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |