diff options
author | dburr <dburr@FreeBSD.org> | 1998-07-09 14:43:10 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-07-09 14:43:10 +0000 |
commit | 847a7f55b32a793d6b9c85aa884b91d2856dc505 (patch) | |
tree | 9c4d216a1eea9c7b430df7c7273363f6dafdbe92 | |
parent | 11ff611920cb3c0bc61755446dd84d4de5534093 (diff) | |
download | FreeBSD-ports-847a7f55b32a793d6b9c85aa884b91d2856dc505.zip FreeBSD-ports-847a7f55b32a793d6b9c85aa884b91d2856dc505.tar.gz |
Whoops! Forgot to remove some bogosity before committing this file.
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 3403bfa..a88bba4 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Feb 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/05/30 12:36:12 dburr Exp $ +# $Id: Makefile,v 1.3 1998/07/09 14:40:58 dburr Exp $ # DISTNAME= xmame-0.33b6.1 @@ -15,8 +15,6 @@ MAINTAINER= dburr@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -# WRKSRC= ${WRKDIR}/${PKGNAME} - USE_GMAKE= YES MAKEFILE= makefile.unix |