summaryrefslogtreecommitdiff
path: root/x11-wm/gwm
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-28 14:50:48 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-28 14:50:48 +0000
commitf49d1256de351200c63c4d87573bb8bffde374b2 (patch)
tree42012ad2b586f132a5d3371be45230815c27a001 /x11-wm/gwm
parentAdd a depend of www/p5-HTML-Parser. (diff)
Add LIB_DEPENDS for xpm.
PR: 6436 Submitted by: andrew@ugh.net.au
Notes
Notes: svn path=/head/; revision=10736
Diffstat (limited to 'x11-wm/gwm')
-rw-r--r--x11-wm/gwm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/gwm/Makefile b/x11-wm/gwm/Makefile
index d13318ac4262..03ef32c1bb8f 100644
--- a/x11-wm/gwm/Makefile
+++ b/x11-wm/gwm/Makefile
@@ -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>