diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-07-16 17:03:45 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-07-16 17:03:45 +0000 |
commit | f1a24d2410ae0dc7bae4ccf3a606ed9994b0ce4e (patch) | |
tree | 44f4258ffe222dd7cf32d8cf0caabd321bb99bee | |
parent | Update to 17.1.5 (diff) |
- Clarify LICENSE
- Remove deprecated WANT_GNOME
Notes
Notes:
svn path=/head/; revision=446037
-rw-r--r-- | games/fkiss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index c7a2870f6e0f..be872bf5e930 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -13,7 +13,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Freely enjoy childlike KISS, French-KISS! -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= lha:archivers/lha @@ -24,7 +25,6 @@ EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.diff USES= gmake USE_XORG= x11 xproto -WANT_GNOME= yes GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" |