diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-28 19:51:31 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-28 19:51:31 +0800 |
commit | 3ad7b54638db02940cda840abc0b9d3c40a7168f (patch) | |
tree | 680b1e0f1e12f963cf498692143dbc600ba14ecc /games/nethack34-qt | |
parent | 43cd8c9833240da4206b52ecbcd0a2d2d9c23eb6 (diff) | |
download | freebsd-ports-gnome-3ad7b54638db02940cda840abc0b9d3c40a7168f.tar.gz freebsd-ports-gnome-3ad7b54638db02940cda840abc0b9d3c40a7168f.tar.zst freebsd-ports-gnome-3ad7b54638db02940cda840abc0b9d3c40a7168f.zip |
Update port: games/nethack to 5.4.2
- Update to version 5.4.2
PR: ports/56279
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'games/nethack34-qt')
-rw-r--r-- | games/nethack34-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index 0f6ddb8a39e8..c6e717cdd4ed 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-qt/Makefile @@ -7,8 +7,8 @@ MASTERDIR= ${.CURDIR}/../nethack34 -MAINTAINER= kde@freebsd.org +MAINTAINER= kde@FreeBSD.org -WITH_QT_GRAPHICS= yes +PKGNAMESUFFIX= -qt .include "${MASTERDIR}/Makefile" |