diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-10 14:04:55 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-10 14:04:55 +0000 |
commit | f6508ac8cef93e0e6ae3e22596534a6a124f1efe (patch) | |
tree | 64eaa1faaefeb3c4e4688805543950b070c2872b /graphics/xfig/Makefile | |
parent | 02841a1b55e9ba0a9d0300d5f7e84386bf5de204 (diff) | |
download | pkgsrc-f6508ac8cef93e0e6ae3e22596534a6a124f1efe.tar.gz |
portlint: use of backslashes in LIB_DEPENDS is deprecated.
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index f75e84e9d1b..a058708ffe5 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -3,7 +3,7 @@ # Date Created: 30 January 1998 # Whom: root@garbled.futureone.com # -# $NetBSD: Makefile,v 1.3 1998/02/11 07:21:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/10 14:04:55 frueauf Exp $ # DISTNAME= xfig.3.2 @@ -16,9 +16,9 @@ MASTER_SITE_SUBDIR= applications/drawing_tools/xfig MAINTAINER= root@garbled.futureone.com RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig -LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d +LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \ + Xpm.4.:${PORTSDIR}/graphics/xpm \ + Xaw3d.6.:${PORTSDIR}/x11/Xaw3d USE_IMAKE= yes |