diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
commit | 64186dbb7c798d759f09f85b088edf5765605aa5 (patch) | |
tree | 56c7d7570bfef240a3f1252e1408a6809a0d1edb /graphics/EZWGL/Makefile | |
parent | f359ee78885faedfb9fd1259c36133038ac50245 (diff) | |
download | FreeBSD-ports-64186dbb7c798d759f09f85b088edf5765605aa5.zip FreeBSD-ports-64186dbb7c798d759f09f85b088edf5765605aa5.tar.gz |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'graphics/EZWGL/Makefile')
-rw-r--r-- | graphics/EZWGL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index b1e5977..dceed4e 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png USE_X_PREFIX= yes +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -46,6 +47,5 @@ post-install: find ${PREFIX}/share/doc/EZ | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} find ${PREFIX}/share/doc/EZ -type f | xargs ${CHMOD} ${SHAREMODE} .endif - ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> |