diff options
author | frueauf <frueauf> | 1998-03-10 14:04:55 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-03-10 14:04:55 +0000 |
commit | 8d1a6d448b8d0b418058989dd784d08afe640d2f (patch) | |
tree | 64eaa1faaefeb3c4e4688805543950b070c2872b /graphics/xfig | |
parent | d8139e5bc46cd7d8434414ee7d29456866a91e17 (diff) | |
download | pkgsrc-8d1a6d448b8d0b418058989dd784d08afe640d2f.tar.gz |
portlint: use of backslashes in LIB_DEPENDS is deprecated.
Diffstat (limited to 'graphics/xfig')
-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 |