diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-07-29 02:00:09 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-07-29 02:00:09 +0000 |
commit | 6e8e9304d32c4de13ab6c576bf9d886807660ede (patch) | |
tree | 0a7431be9db32a2649d26f7da526ae6a691b7e58 /games/cutemaze/Makefile | |
parent | 1829addf1280c62291dbec396f93aecb2f1628b5 (diff) |
Notes
Diffstat (limited to 'games/cutemaze/Makefile')
-rw-r--r-- | games/cutemaze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cutemaze/Makefile b/games/cutemaze/Makefile index 9c7559e09ae3..10c942560de2 100644 --- a/games/cutemaze/Makefile +++ b/games/cutemaze/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cutemaze -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.4 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -18,7 +18,7 @@ USE_GL= gl USE_QT= core gui svg imageformats_run widgets \ linguisttools_build buildtools_build -PORTDOCS= ChangeLog NEWS README +PORTDOCS= ChangeLog README WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS NLS |