diff options
author | asami <asami@FreeBSD.org> | 1997-03-05 20:31:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-05 20:31:09 +0800 |
commit | e127323cc968aeaecf0e991aa51dc5767421a4f5 (patch) | |
tree | d66661ec9baaa91bb3e5eda3ff860c5cf8d28f71 /games/xpuzzletama | |
parent | c6862be55e1d1affaaed372201effac48a487251 (diff) | |
download | freebsd-ports-gnome-e127323cc968aeaecf0e991aa51dc5767421a4f5.tar.gz freebsd-ports-gnome-e127323cc968aeaecf0e991aa51dc5767421a4f5.tar.zst freebsd-ports-gnome-e127323cc968aeaecf0e991aa51dc5767421a4f5.zip |
Oops, forgot to remove "x11" from categories. While I'm here, move
CONFIGURE_ENV down to where it belongs.
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 |