diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-03-06 09:59:35 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-03-06 09:59:35 +0800 |
commit | 73013538a84190db646d84a5ef808060b443f04c (patch) | |
tree | 5be956cfac8992d930fe86a264fa358152b7e670 /x11-wm/tvtwm | |
parent | 34daa02394b74fcc4bdc418446396d95ae63fd0e (diff) | |
download | freebsd-ports-gnome-73013538a84190db646d84a5ef808060b443f04c.tar.gz freebsd-ports-gnome-73013538a84190db646d84a5ef808060b443f04c.tar.zst freebsd-ports-gnome-73013538a84190db646d84a5ef808060b443f04c.zip |
Add a long-overdue LIB_DEPENDS line
Obtained from: Satoshi Asami's piewm port
Diffstat (limited to 'x11-wm/tvtwm')
-rw-r--r-- | x11-wm/tvtwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index 47515915b315..44b77b230c62 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer # -# $Id: Makefile,v 1.3 1995/02/01 22:40:38 gpalmer Exp $ +# $Id: Makefile,v 1.4 1995/02/23 20:15:42 gpalmer Exp $ # DISTNAME= tvtwm @@ -11,5 +11,6 @@ DISTFILES= tvtwm.pl11.tar.gz USE_IMAKE= yes MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ MAINTAINER= gpalmer@FreeBSD.ORG +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm .include <bsd.port.mk> |