diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 11:59:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-22 11:59:12 +0000 |
commit | 07c40792a8054d72a2a98646d3b5f53b7b7362c1 (patch) | |
tree | c5ac9e68f18724bc2231b2d494f5fbec34eb98d3 /x11-wm | |
parent | fca4648083d73ec03fa9dc3559d3162ab3a835f0 (diff) | |
download | ports-07c40792a8054d72a2a98646d3b5f53b7b7362c1.tar.gz ports-07c40792a8054d72a2a98646d3b5f53b7b7362c1.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 e2799fb57905..3c2c66c1aa7e 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.6 1995/04/01 12:51:14 jkh Exp $ +# $Id: Makefile,v 1.7 1995/04/12 20:31:45 asami Exp $ # DISTNAME= tvtwm @@ -17,4 +17,5 @@ MAINTAINER= gpalmer@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes + .include <bsd.port.mk> |