diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-18 09:40:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-18 09:40:52 +0000 |
commit | 6c26922c254a424e539bc4303ca1f67c62cedaf3 (patch) | |
tree | 58779e997c2a7a711b779d74f023b023fdcf85eb | |
parent | e1367d6ff3a762d8f3bc53ba07f8fb61f3b04b87 (diff) | |
download | ports-6c26922c254a424e539bc4303ca1f67c62cedaf3.tar.gz ports-6c26922c254a424e539bc4303ca1f67c62cedaf3.zip |
Notes
-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 089647893d81..3faefa1dd630 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 60d6677776da..a9a2d7c91c06 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 |