diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
commit | eaecff08766be7a8dd9893a60d764a5dce6591f2 (patch) | |
tree | 7defb921b2bd78b27d164d4511478dbf880a83af /japanese/iv | |
parent | 1b72fed96264f72d69c14c4214741cc526e57300 (diff) | |
download | ports-eaecff08766be7a8dd9893a60d764a5dce6591f2.tar.gz ports-eaecff08766be7a8dd9893a60d764a5dce6591f2.zip |
More USE_XLIBs.
Notes
Notes:
svn path=/head/; revision=14932
Diffstat (limited to 'japanese/iv')
-rw-r--r-- | japanese/iv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/iv/Makefile b/japanese/iv/Makefile index 08c0f2c46b70..089647893d81 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.6 1998/10/20 01:23:06 steve Exp $ +# $Id: Makefile,v 1.7 1998/11/14 09:43:15 asami Exp $ # DISTNAME= iv-3.1 @@ -15,6 +15,8 @@ DISTFILES= 3.1.tar.Z iv3_1j_gamma.tar.gz MAINTAINER= sanpei@sanpei.org +BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 + DIST_SUBDIR= iv WRKSRC= ${WRKDIR}/iv PATCH_DIST_STRIP= -p1 |