diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 391d6551da9..ba04c4b8e45 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,8 +1,12 @@ -# $OpenBSD: Makefile,v 1.38 2005/07/17 20:54:36 naddy Exp $ +# $OpenBSD: Makefile,v 1.39 2005/12/27 16:42:43 steven Exp $ COMMENT= "tools and library routines for working with TIFF images" DISTNAME= tiff-3.7.3 +SHARED_LIBS= tiff 37.3 \ + tiffxx 37.3 +MODGNU_SHARED_LIBS= tiff '-no-undefined' \ + tiffxx '-no-undefined' CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ diff --git a/graphics/tiff/pkg/PFRAG.shared b/graphics/tiff/pkg/PFRAG.shared index 996431cbb39..042a63ff127 100644 --- a/graphics/tiff/pkg/PFRAG.shared +++ b/graphics/tiff/pkg/PFRAG.shared @@ -1,3 +1,3 @@ -@comment $OpenBSD: PFRAG.shared,v 1.8 2005/07/17 20:54:36 naddy Exp $ -@lib lib/libtiff.so.37.3 -@lib lib/libtiffxx.so.37.3 +@comment $OpenBSD: PFRAG.shared,v 1.9 2005/12/27 16:42:43 steven Exp $ +@lib lib/libtiff.so.${LIBtiff_VERSION} +@lib lib/libtiffxx.so.${LIBtiffxx_VERSION}