diff options
author | agc <agc> | 1998-07-15 10:51:16 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-15 10:51:16 +0000 |
commit | f59f28a196e4e4fe978a3e45bae54255d0a2d478 (patch) | |
tree | 91e2ea68f79401948823b70c5a5128525d062e80 /graphics/tiff/Makefile | |
parent | e6b34e6d6a14b445ac8423000d16f0197648157c (diff) | |
download | pkgsrc-f59f28a196e4e4fe978a3e45bae54255d0a2d478.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r-- | graphics/tiff/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 2e8f92de045..45bd9b0c87e 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/07/05 02:45:13 tron Exp $ +# $NetBSD: Makefile,v 1.14 1998/07/15 11:24:51 agc Exp $ DISTNAME= tiff-v3.4beta037 PKGNAME= tiff-3.4 @@ -17,7 +17,4 @@ CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR} CONFIGURE_ENV+= PREFIX=${PREFIX} MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" LN="${LN}" -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" |