diff options
Diffstat (limited to 'games/granatier/Makefile')
-rw-r--r-- | games/granatier/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/granatier/Makefile b/games/granatier/Makefile index 4256a5bb8ef3..2528f7b45f15 100644 --- a/games/granatier/Makefile +++ b/games/granatier/Makefile @@ -3,21 +3,17 @@ PORTNAME= granatier PORTVERSION= ${KDE4_VERSION} CATEGORIES= games kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -CONFLICTS_INSTALL= kdegames-4.[0-9].* - USE_KDE4= kdehier kdelibs kdeprefix libkdegames automoc4 USES= cmake:outsource USE_QT4= corelib gui xml \ moc_build qmake_build rcc_build uic_build USE_XZ= yes -NO_STAGE= yes .include <${.CURDIR}/../kdegames4/Makefile.common> .include <bsd.port.mk> |