diff options
author | asami <asami@FreeBSD.org> | 1998-11-17 11:22:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-17 11:22:07 +0800 |
commit | c3f7f0b591c86a0f39e2acd0347a87ef0eb35b35 (patch) | |
tree | 7165e9f4257cf7db8e5ea382c81ed1e106a6e66c | |
parent | 4d6b200155c21cac780aae02df1f443b20422f3c (diff) | |
download | freebsd-ports-gnome-c3f7f0b591c86a0f39e2acd0347a87ef0eb35b35.tar.gz freebsd-ports-gnome-c3f7f0b591c86a0f39e2acd0347a87ef0eb35b35.tar.zst freebsd-ports-gnome-c3f7f0b591c86a0f39e2acd0347a87ef0eb35b35.zip |
Add dependency to xpm.
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
-rw-r--r-- | sysutils/xbatt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index eee8c5e111a3..c98e96c1106b 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.4 1997/03/10 12:07:35 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/19 22:41:06 steve Exp $ # DISTNAME= xbatt-1.2.1 @@ -12,6 +12,8 @@ MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/ MAINTAINER= nobu@psrc.isac.co.jp +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |