diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b (patch) | |
tree | c33273a6a58b8038777ed89865aa97018222b854 /graphics/tiff/Makefile | |
parent | 64186dbb7c798d759f09f85b088edf5765605aa5 (diff) | |
download | FreeBSD-ports-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.zip FreeBSD-ports-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.tar.gz |
Third round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 196885c..1dd79e4 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +INSTALL_SHLIBS= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ZIP --with-JPEG \ --with-DIR_BIN=${PREFIX}/bin \ @@ -107,7 +108,4 @@ MLINKS= TIFFError.3t TIFFSetErrorHandler.3t \ TIFFtile.3t TIFFTileSize.3t \ TIFFtile.3t TIFFVTileSize.3t -post-install: - ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |