diff options
author | asami <asami@FreeBSD.org> | 1995-10-06 15:53:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-06 15:53:05 +0800 |
commit | dd50157b0da8a46a33bdb260cc1d2645fa2a4e6e (patch) | |
tree | 67f9b39a53cb91adda739ee0334b77c493b063dc /games/xbill | |
parent | 5dc399680a8a18c01d49c85d4ef058f305c20595 (diff) | |
download | freebsd-ports-gnome-dd50157b0da8a46a33bdb260cc1d2645fa2a4e6e.tar.gz freebsd-ports-gnome-dd50157b0da8a46a33bdb260cc1d2645fa2a4e6e.tar.zst freebsd-ports-gnome-dd50157b0da8a46a33bdb260cc1d2645fa2a4e6e.zip |
Add LIB_DEPENDS to Xpm.
Submitted by: Dave Chapeskie <dchapes@zeus.leitch.com>
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 |