diff options
author | tron <tron@pkgsrc.org> | 2000-05-17 18:54:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-05-17 18:54:00 +0000 |
commit | 3584f11542d5c7fe6fb7a422ef41cb052af5ecff (patch) | |
tree | ed457fdf8e5e2ffb14a58712904e6391513a97d3 | |
parent | 1989ac4b83d671b6fd46ffb227226c20abb76729 (diff) | |
download | pkgsrc-3584f11542d5c7fe6fb7a422ef41cb052af5ecff.tar.gz |
Use normal instead of build dependence for "netpbm" package because
"pgmtorle", "ppmtorle" and "rletoppm" get linked with the shared
library.
-rw-r--r-- | graphics/urt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index d4c0846f994..5afbf5ff524 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.12 2000/04/07 14:40:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2000/05/17 18:54:00 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp -# DISTNAME= urt PKGNAME= urt-3.1b1 @@ -14,8 +13,8 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org -DEPENDS+= tiff-*:../../graphics/tiff -BUILD_DEPENDS+= ${LOCALBASE}/include/pgm.h:../../graphics/netpbm +DEPENDS+= tiff-*:../tiff +DEPENDS+= netpbm-9.*:../netpbm EXTRACT_ONLY= urt-3.1b.tar.Z |