diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-31 03:24:49 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-31 03:24:49 +0000 |
commit | 338af1e558e3d68ec665530da3f1d6779a6c0b61 (patch) | |
tree | 65c8d1da8c41e2b9fde2d22622d8c1aa7dce193f | |
parent | 6489b11877323eedf51bd2d2613cc077b91004b7 (diff) | |
download | ports-338af1e558e3d68ec665530da3f1d6779a6c0b61.tar.gz ports-338af1e558e3d68ec665530da3f1d6779a6c0b61.zip |
games/glest: Refactor after wxgtk28 removal
- Add LICENSE
- Use OPTIONS framework
- Pet portclippy
Approved by: portmgr
-rw-r--r-- | games/glest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index 619ba4af7c60..317f6ea9d7d7 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -1,6 +1,6 @@ PORTNAME= glest PORTVERSION= 3.2.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION} DISTNAME= ${PORTNAME}_source_${PORTVERSION} |