diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 12:31:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 12:31:09 +0000 |
commit | d2c0383978f51702e853e317518137f6f1cacf45 (patch) | |
tree | 1ed030a8721dcd49ce619b37ba3ef88dc9b031ab /games/xpuzzletama | |
parent | 12c13011a287f2db2747eba021542949e96c573b (diff) |
Oops, forgot to remove "x11" from categories. While I'm here, move
CONFIGURE_ENV down to where it belongs.
Notes
Notes:
svn path=/head/; revision=5855
Diffstat (limited to 'games/xpuzzletama')
-rw-r--r-- | games/xpuzzletama/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xpuzzletama/Makefile b/games/xpuzzletama/Makefile index 2ee3affcec85..d593ca8a72e4 100644 --- a/games/xpuzzletama/Makefile +++ b/games/xpuzzletama/Makefile @@ -3,21 +3,20 @@ # Date created: 18 January 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/03/05 12:27:38 asami Exp $ # DISTNAME= xpuzzletama PKGNAME= xpuzzletama-1.5 -CATEGORIES= games x11 +CATEGORIES= games MASTER_SITES= http://neo.yanagi.gifu-u.ac.jp/~c94056/ DISTFILES= PuzzleTama-ver1.5.tar.gz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -CONFIGURE_ENV= X11BASE=${X11BASE} - LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +CONFIGURE_ENV= X11BASE=${X11BASE} USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |