diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 00:23:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 00:23:54 +0000 |
commit | 35fca22443343741fd37a99efd5af2fbdea34e42 (patch) | |
tree | bcd25d74c50080c0c723f46cb731c2f4ab950360 /converters/xdeview | |
parent | fa3948c232848849feda5956c1602602b6bfde82 (diff) | |
download | ports-35fca22443343741fd37a99efd5af2fbdea34e42.tar.gz ports-35fca22443343741fd37a99efd5af2fbdea34e42.zip |
Notes
Diffstat (limited to 'converters/xdeview')
-rw-r--r-- | converters/xdeview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index ef92e167c18c..8fc8c7045964 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> # -# $Id: Makefile,v 1.3 1997/04/01 19:29:42 obrien Exp $ +# $Id: Makefile,v 1.4 1997/04/26 23:55:25 asami Exp $ # DISTNAME= uudeview-0.5.13 @@ -16,9 +16,9 @@ MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ MAINTAINER= ac199@freenet.hamilton.on.ca LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 -LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib +LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib -FILESDIR= ${.CURDIR}/../../devel/uulib/files +FILESDIR= ${.CURDIR}/../../converters/uulib/files USE_X11= yes GNU_CONFIGURE= yes ALL_TARGET= xdeview |