diff options
author | asami <asami@FreeBSD.org> | 1997-06-12 13:10:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-12 13:10:18 +0800 |
commit | 2537d921894f741a005e5324e12f553dbfa70d70 (patch) | |
tree | db7bec3c2f5f7cc2718aaebf48118a92c438e81e /games | |
parent | 6bfa8dfd2d0863b9d9051abd4483e02d24d7bf3f (diff) | |
download | freebsd-ports-gnome-2537d921894f741a005e5324e12f553dbfa70d70.tar.gz freebsd-ports-gnome-2537d921894f741a005e5324e12f553dbfa70d70.tar.zst freebsd-ports-gnome-2537d921894f741a005e5324e12f553dbfa70d70.zip |
Something has changed around the "all" target in XFree86-3.3...I don't
know what, but instead of trying to sort out the five hundred "all" targets
in this port's Makefile, simply define ALL_TARGET=xmris to sidestep the
problem.
Diffstat (limited to 'games')
-rw-r--r-- | games/xmris/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 9846e34146c8..e4ca8b25a9b7 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -3,7 +3,7 @@ # Date created: 21 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.12 1996/12/06 00:48:16 swallace Exp $ +# $Id: Makefile,v 1.13 1996/12/06 23:25:56 asami Exp $ DISTNAME= xmris.4.04 PKGNAME= xmris-4.04 @@ -17,5 +17,6 @@ MAINTAINER= jmz@FreeBSD.org USE_GMAKE= yes USE_IMAKE= yes MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f +ALL_TARGET= xmris .include <bsd.port.mk> |