diff options
author | asami <asami@FreeBSD.org> | 1998-12-18 17:40:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-18 17:40:52 +0800 |
commit | 1bcd77106549f5d673c28eee0d6f7010e377fc7f (patch) | |
tree | 897cd905348d9e2313576cb5f25265fa4caed167 /x11-toolkits/iv | |
parent | 7582b22ad58c952c87fea03faf48e1cdf66e96ce (diff) | |
download | freebsd-ports-gnome-1bcd77106549f5d673c28eee0d6f7010e377fc7f.tar.gz freebsd-ports-gnome-1bcd77106549f5d673c28eee0d6f7010e377fc7f.tar.zst freebsd-ports-gnome-1bcd77106549f5d673c28eee0d6f7010e377fc7f.zip |
iv requires Xlib. While I'm here, change japanese/iv from BUILD_DEPENDS
on imake to USE_XLIB, since it's linking the library.
Diffstat (limited to 'x11-toolkits/iv')
-rw-r--r-- | x11-toolkits/iv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |