diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-06 07:53:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-06 07:53:05 +0000 |
commit | 6d71084e46a037895c78aca47369a65f7e9ba9ba (patch) | |
tree | e6ee56930b3ae2d932190565fdfc2095c62c9b2b /games/xbill | |
parent | 67be7bb8def453118a1a64bd9e44fcad8268a3f4 (diff) | |
download | ports-6d71084e46a037895c78aca47369a65f7e9ba9ba.tar.gz ports-6d71084e46a037895c78aca47369a65f7e9ba9ba.zip |
Notes
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 50954afa3f73..497f0aef4a30 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -3,7 +3,7 @@ # Date created: 12 September 1995 # Whom: asami # -# $Id: Makefile,v 1.5 1995/04/11 00:20:20 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/09/12 10:29:41 asami Exp $ # DISTNAME= xbill-1.1 @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= asami@FreeBSD.ORG +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes WRKSRC= ${WRKDIR}/xbill NO_INSTALL_MANPAGES= yes |