diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-05 00:57:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-05 00:57:51 +0800 |
commit | 9129c4988756dc0c475f2ea1c8ed69f990fbda58 (patch) | |
tree | 1ccd4e775c717a367e1bdf097bc1082ba703b02b | |
parent | 425b620bb4f6276e6aa8c4c1981c0b3dd91f59f5 (diff) | |
download | freebsd-ports-gnome-9129c4988756dc0c475f2ea1c8ed69f990fbda58.tar.gz freebsd-ports-gnome-9129c4988756dc0c475f2ea1c8ed69f990fbda58.tar.zst freebsd-ports-gnome-9129c4988756dc0c475f2ea1c8ed69f990fbda58.zip |
Define INSTALLS_SHLIB.
-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" |