diff options
author | asami <asami@FreeBSD.org> | 1998-12-18 09:40:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-18 09:40:52 +0000 |
commit | 1bcd77106549f5d673c28eee0d6f7010e377fc7f (patch) | |
tree | 897cd905348d9e2313576cb5f25265fa4caed167 | |
parent | 7582b22ad58c952c87fea03faf48e1cdf66e96ce (diff) | |
download | FreeBSD-ports-1bcd77106549f5d673c28eee0d6f7010e377fc7f.zip FreeBSD-ports-1bcd77106549f5d673c28eee0d6f7010e377fc7f.tar.gz |
iv requires Xlib. While I'm here, change japanese/iv from BUILD_DEPENDS
on imake to USE_XLIB, since it's linking the library.
-rw-r--r-- | japanese/iv/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/iv/Makefile | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/iv/Makefile b/japanese/iv/Makefile index 0896478..3faefa1 100644 --- a/japanese/iv/Makefile +++ b/japanese/iv/Makefile @@ -3,7 +3,7 @@ # Date created: 23.Feb.1996 # Whom: sanpei@yy.cs.keio.ac.jp # -# $Id: Makefile,v 1.7 1998/11/14 09:43:15 asami Exp $ +# $Id: Makefile,v 1.8 1998/11/28 05:38:54 asami Exp $ # DISTNAME= iv-3.1 @@ -15,8 +15,7 @@ DISTFILES= 3.1.tar.Z iv3_1j_gamma.tar.gz MAINTAINER= sanpei@sanpei.org -BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 - +USE_XLIB= yes DIST_SUBDIR= iv WRKSRC= ${WRKDIR}/iv PATCH_DIST_STRIP= -p1 diff --git a/x11-toolkits/iv/Makefile b/x11-toolkits/iv/Makefile index 60d6677..a9a2d7c 100644 --- a/x11-toolkits/iv/Makefile +++ b/x11-toolkits/iv/Makefile @@ -3,7 +3,7 @@ # Date created: 23.sept.1994 # Whom: adam # -# $Id: Makefile,v 1.16 1998/08/07 22:56:38 asami Exp $ +# $Id: Makefile,v 1.17 1998/10/15 13:24:08 jseger Exp $ # DISTNAME= iv-3.1 @@ -11,6 +11,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= ftp://interviews.stanford.edu/pub/ DISTFILES= 3.1.tar.Z +USE_XLIB= yes BROKEN_ELF= yes DIST_SUBDIR= iv |