diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 09:04:55 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 09:04:55 +0800 |
commit | 865e5d17fd1f5ab084b552461b2c3e6bb72e3482 (patch) | |
tree | ad57f01696fd0ddfafe8f7dfccdc358f768a4949 /textproc/domc | |
parent | 51d26e0da39f42ca64d24ee47bbc95dd85b86465 (diff) | |
download | freebsd-ports-gnome-865e5d17fd1f5ab084b552461b2c3e6bb72e3482.tar.gz freebsd-ports-gnome-865e5d17fd1f5ab084b552461b2c3e6bb72e3482.tar.zst freebsd-ports-gnome-865e5d17fd1f5ab084b552461b2c3e6bb72e3482.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'textproc/domc')
-rw-r--r-- | textproc/domc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index 620e03b09348..743077bd4ddc 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -29,7 +29,7 @@ USE_GMAKE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= SHLIB_MAJOR="${SHLIB_MAJOR}" INSTDIR=${PREFIX} LDFLAGS="${LDFLAGS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" |