diff options
author | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
commit | 4258fa7831c79d69f262e8317a02a9b88f93783a (patch) | |
tree | 3aba6572b76515a94751ae114e5304e1d6c1f9ac /games | |
parent | 660aeced15c82ec76d0a069f8330817bd38edf20 (diff) | |
download | freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.gz freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.zst freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.zip |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
Diffstat (limited to 'games')
-rw-r--r-- | games/hoichess/Makefile | 1 | ||||
-rw-r--r-- | games/kajongg/Makefile | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/hoichess/Makefile b/games/hoichess/Makefile index 0a9339568155..ae14147faabc 100644 --- a/games/hoichess/Makefile +++ b/games/hoichess/Makefile @@ -26,4 +26,3 @@ post-patch: -e '/bindir/s/games/bin/; /mandir/s/share//' ${WRKSRC}/Makefile .include <bsd.port.mk> - diff --git a/games/kajongg/Makefile b/games/kajongg/Makefile index 741819aace6b..8ef56117b70d 100644 --- a/games/kajongg/Makefile +++ b/games/kajongg/Makefile @@ -9,12 +9,11 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake:outsource tar:xz +USES= cmake:outsource tar:xz twisted:run USE_KDE4= kdehier kdelibs kdeprefix pykde4 automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USE_PYTHON= yes USE_SQLITE= 3 -USE_TWISTED_RUN= yes CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE .include <${.CURDIR}/../kdegames4/Makefile.common> |