mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
remove COMPILER line missed when qt support was removed
This commit is contained in:
@@ -2,7 +2,7 @@ COMMENT = dungeon explorin', hackin', game. Piece of cake
|
||||
V = 3.4.3
|
||||
DISTNAME = nethack-$V
|
||||
PKGNAME = ${DISTNAME}
|
||||
REVISION = 17
|
||||
REVISION = 18
|
||||
CATEGORIES = games
|
||||
|
||||
SITES = ${SITE_SOURCEFORGE:=nethack/}
|
||||
@@ -17,8 +17,6 @@ PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c curses
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
FAKE_FLAGS = PREFIX=${PREFIX}
|
||||
|
||||
GAMEDIR = lib/nethackdir-$V
|
||||
|
||||
@@ -7,15 +7,13 @@ PKGNAME = ${DISTNAME}
|
||||
CATEGORIES = games
|
||||
SITES = https://www.nethack.org/download/$V/
|
||||
DISTFILES = nethack-${V:S/.//g}-src.tgz
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://nethack.org/
|
||||
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
WANTLIB += c curses
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
FLAVORS = no_x11
|
||||
FLAVOR ?=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user