summaryrefslogtreecommitdiff
path: root/converters/xdeview/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-03-02 00:37:49 +0000
committertron <tron>1998-03-02 00:37:49 +0000
commit6b8bab60e0fb70b773cb11a3bcbbc2dca5f74537 (patch)
tree0422614aec25ee4d18ade642ab2a28a74a479e67 /converters/xdeview/Makefile
parent623850ad464e389af0c91e796b4bcf05b6197b45 (diff)
downloadpkgsrc-6b8bab60e0fb70b773cb11a3bcbbc2dca5f74537.tar.gz
portlint: use of backslashes in LIB_DEPENDS is deprecated.
Diffstat (limited to 'converters/xdeview/Makefile')
-rw-r--r--converters/xdeview/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile
index 9b385811997..cf05bb0a4ec 100644
--- a/converters/xdeview/Makefile
+++ b/converters/xdeview/Makefile
@@ -3,7 +3,7 @@
# Date Created: 9 Feb 1997
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
-# $NetBSD: Makefile,v 1.2 1998/03/02 00:35:27 tron Exp $
+# $NetBSD: Makefile,v 1.3 1998/03/02 00:37:49 tron Exp $
# $FreeBSD Id: Makefile,v 1.11 1998/02/24 21:43:45 jseger Exp
#
@@ -15,8 +15,8 @@ MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \
MAINTAINER= hoek@FreeBSD.ORG
-LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 \
- uu\\.1\\.:${PORTSDIR}/converters/uulib
+LIB_DEPENDS= tk80.1.:${PORTSDIR}/x11/tk80 \
+ uu.1.:${PORTSDIR}/converters/uulib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-tcl="${PREFIX}" --enable-tk="${PREFIX}"