diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /devel/gettext-old/Makefile | |
parent | Upgrade to 1.1. (diff) |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to '')
-rw-r--r-- | devel/gettext-old/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile index 9510fc6085d4..c66dce587751 100644 --- a/devel/gettext-old/Makefile +++ b/devel/gettext-old/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= gettext MAINTAINER= reg@FreeBSD.org USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} |