diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:29:13 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:29:13 +0000 |
commit | e8390e6e3c7cf23c6546db19b823f8b4fc9763b2 (patch) | |
tree | 0f9d2255cdc2514c08af673efe768018c7601866 /lang/smalltalk | |
parent | 653d6eb934c51460f3a70b764c488261192385cc (diff) |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170649
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index aa7226f21611..00c5e90f7a82 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_cv_prog_EMACS=no CONFIGURE_ARGS= --enable-generational-gc=no --enable-gtk=no \ --with-emacs=no --with-gmp=no -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= gst.1 INFO= gst gst-base gst-libs |