Add LIB_DEPENDS for xpm.

PR:		6436
Submitted by:	andrew@ugh.net.au
This commit is contained in:
Matthew Hunt 1998-04-28 14:50:48 +00:00
parent 6599268e66
commit f49d1256de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10736

View File

@ -3,7 +3,7 @@
# Date created: 14 November 1996
# Whom: markm
#
# $Id: Makefile,v 1.2 1996/11/15 04:51:00 asami Exp $
# $Id: Makefile,v 1.3 1996/11/18 09:55:28 asami Exp $
#
DISTNAME= gwm-1.8c
@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= window_managers/gwm
MAINTAINER= markm@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
.include <bsd.port.mk>