diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-17 03:22:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-17 03:22:07 +0000 |
commit | 58bbd86d539cd7569cc45baa80eaccfe0ef5f7a1 (patch) | |
tree | 5ced6fc69d7b7e935fc873eb5b9f3fec7a825847 /sysutils | |
parent | 906d75ba1cf569dc8373d2120187aeb7745550ad (diff) | |
download | ports-58bbd86d539cd7569cc45baa80eaccfe0ef5f7a1.tar.gz ports-58bbd86d539cd7569cc45baa80eaccfe0ef5f7a1.zip |
Notes
Diffstat (limited to 'sysutils')
-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 |