diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
commit | 5cb14340042a107ee5ad92616d23d4d9551eb878 (patch) | |
tree | 627c8eec76ffb450072bffd91d2a746e8d206c3d /misc/cassowary/Makefile | |
parent | First round of INSTALL_SHLIB fixes. (diff) |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'misc/cassowary/Makefile')
-rw-r--r-- | misc/cassowary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile index 7e6e2bcc60fa..04dfdfa5dd5c 100644 --- a/misc/cassowary/Makefile +++ b/misc/cassowary/Makefile @@ -15,6 +15,7 @@ MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-guile-prefix=${LOCALBASE} \ --enable-guile-build \ |