diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | dc1177a9a5be3b096b2023326ea54d3152bf1571 (patch) | |
tree | fac4efda6d456d2e4eb8e8e61b9c14eda7202813 /devel/libgii/Makefile | |
parent | 880b5e44bc87f9065a91e444717a092d0661cce9 (diff) | |
download | ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.tar.gz ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.zip |
Notes
Diffstat (limited to 'devel/libgii/Makefile')
-rw-r--r-- | devel/libgii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libgii/Makefile b/devel/libgii/Makefile index e92208e1cc83..beba0caedfe6 100644 --- a/devel/libgii/Makefile +++ b/devel/libgii/Makefile @@ -14,6 +14,7 @@ MAINTAINER= mwest@uct.ac.za USE_BZIP2= yes USE_XLIB= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes # NOTE: We can not define USE_LIBTOOL for this port to build. #USE_LIBTOOL= yes @@ -39,7 +40,6 @@ post-configure: @${PERL} -p -i.bak -e 's/deplibs -lc/deplibs/;' ${WRKSRC}/libtool post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @${MAKE} install-examples .if !defined(NOPORTDOCS) @${MAKE} install-documents |