diff options
author | obrien <obrien@FreeBSD.org> | 1997-04-01 19:29:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-04-01 19:29:42 +0000 |
commit | a12f167254923788fca3f704683e726fb15166f7 (patch) | |
tree | 9d3ea77caa5ee5eb0f2d18c8c2e8416a683424ed /converters/xdeview | |
parent | 8cd13835639a648d3d37fe29c6df440db8852948 (diff) | |
download | FreeBSD-ports-a12f167254923788fca3f704683e726fb15166f7.zip FreeBSD-ports-a12f167254923788fca3f704683e726fb15166f7.tar.gz |
- Link with shared libuu rather than static one.
- split up mega patchfile to one patchfile / soruce file
Diffstat (limited to 'converters/xdeview')
-rw-r--r-- | converters/xdeview/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 99ba3e9..32f6080 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.1.1.1 1997/03/29 23:55:55 obrien Exp $ +# $Id: Makefile,v 1.2 1997/03/30 18:44:25 obrien Exp $ # DISTNAME= uudeview-0.5.13 @@ -16,8 +16,7 @@ MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ MAINTAINER= ac199@freenet.hamilton.on.ca LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 -BUILD_DEPENDS= ${LOCALBASE}/lib/libuu.a:${PORTSDIR}/devel/uulib -#LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib +LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib FILESDIR= ${.CURDIR}/../../devel/uulib/files USE_X11= yes @@ -29,11 +28,6 @@ MAN1= xdeview.1 PORTDOCDIR?= share/doc/xdeview DOCFILES+= ${FILESDIR}/porting.notes ${WRKSRC}/HOWTO -#pre-build: -# @${CP} ${LOCALBASE}/lib/libuu.so.1.0 ${WRKSRC}/uulib -# @${TOUCH} ${WRKSRC}/libuu.a -# @${TOUCH} ${WRKSRC}/uulib/libuu.a - post-install: strip ${PREFIX}/bin/uuwish .if !defined(NOPORTDOCS) |