aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/gwm/Makefile
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-04-28 22:50:48 +0800
committermph <mph@FreeBSD.org>1998-04-28 22:50:48 +0800
commit22e8f4c68b5ca6c774e943441e600cc1311b5d8f (patch)
tree9a5f2bdd93d4efc32b5d1565ad0b0fb8b61498dc /x11-wm/gwm/Makefile
parentd85bc9cb5f08d8b71d95f98ed2650a167b6c9896 (diff)
downloadfreebsd-ports-graphics-22e8f4c68b5ca6c774e943441e600cc1311b5d8f.tar.gz
freebsd-ports-graphics-22e8f4c68b5ca6c774e943441e600cc1311b5d8f.tar.zst
freebsd-ports-graphics-22e8f4c68b5ca6c774e943441e600cc1311b5d8f.zip
Add LIB_DEPENDS for xpm.
PR: 6436 Submitted by: andrew@ugh.net.au
Diffstat (limited to 'x11-wm/gwm/Makefile')
-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 d13318ac426..03ef32c1bb8 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>