diff options
Diffstat (limited to 'x11/xgrab')
-rw-r--r-- | x11/xgrab/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 7997533edfec..f09db7cfe4ee 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -3,7 +3,7 @@ # Date created: 27 February 1995 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/12 20:32:02 asami Exp $ # DISTNAME= xgrabsc.2_3 @@ -16,5 +16,9 @@ MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/app-defaults -f +# Needs to actually *run* xrdb +IS_INTERACTIVE= yes +# "make depend" blows up +XMKMF= xmkmf .include <bsd.port.mk> |