diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-04 16:57:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-04 16:57:51 +0000 |
commit | 786d71d715e737e64bc6b12f85ca2b85ad2cf403 (patch) | |
tree | 0cacb486aab8e8029cb12b72836d6eeb43651955 /lang/mono | |
parent | ae5282db879244b95f04419588955f5424ece01d (diff) |
Notes
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 7af8c13a9dd0..153c9774ec6b 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -21,6 +21,7 @@ USE_REINPLACE= yes USE_BISON= yes USE_GNOMENG= yes USE_GNOME= gnomehack +INSTALLS_SHLIB= yes CONFIGURE_ARGS= --program-transform-name=\'\' CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |