diff options
author | hoek <hoek@FreeBSD.org> | 1997-11-21 05:10:13 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1997-11-21 05:10:13 +0000 |
commit | 56a33d519f65bf38038efdefb2baadc75aa0ee14 (patch) | |
tree | f86805379584da25ff9720b4ad4ad452d26bd007 | |
parent | 4b958365662c1eef7b65187bb8b1a4604dab52d5 (diff) | |
download | FreeBSD-ports-56a33d519f65bf38038efdefb2baadc75aa0ee14.zip FreeBSD-ports-56a33d519f65bf38038efdefb2baadc75aa0ee14.tar.gz |
Fix LIB_DEPENDS to actually depend on tk. Stylistic nit.
-rw-r--r-- | converters/xdeview/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index ef58c9c..8e36abe 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.6 1997/10/23 17:59:33 hoek Exp $ +# $Id: Makefile,v 1.7 1997/11/08 08:39:04 obrien Exp $ # DISTNAME= uudeview-0.5.13 @@ -15,8 +15,8 @@ MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ MAINTAINER= hoek@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 -LIB_DEPENDS= 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}" @@ -29,7 +29,7 @@ INSTALL_TARGET= install-tcl MAN1= xdeview.1 PORTDOCDIR?= share/doc/xdeview -DOCFILES+= ${FILESDIR}/porting.notes ${WRKSRC}/HOWTO +DOCFILES= ${FILESDIR}/porting.notes ${WRKSRC}/HOWTO post-install: strip ${PREFIX}/bin/uuwish |