diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 13:39:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 13:39:01 +0800 |
commit | a894149e28a62d885fc4db716614a52851065b9d (patch) | |
tree | 6b0b6545792cee4fdeeb3769b3dac6dd98a13123 /japanese | |
parent | abe090a8d49d341efe615ea66ae9b9fe4c6cc9ce (diff) | |
download | freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.tar.gz freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.tar.zst freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.zip |
More USE_XLIBs.
Diffstat (limited to 'japanese')
-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 |