diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | 835d6b8655813f2580f5db9fcbec03a34833ec92 (patch) | |
tree | 1dad4fa822830f51205ce8becf3ef756537f4a2b /graphics/tiff/Makefile | |
parent | 5cb14340042a107ee5ad92616d23d4d9551eb878 (diff) | |
download | ports-835d6b8655813f2580f5db9fcbec03a34833ec92.tar.gz ports-835d6b8655813f2580f5db9fcbec03a34833ec92.zip |
Notes
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 196885c21e6d..1dd79e466721 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> |