diff options
Diffstat (limited to 'games/ksquares/Makefile')
-rw-r--r-- | games/ksquares/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/ksquares/Makefile b/games/ksquares/Makefile index 41a084dad6e7..20ccd0a1262e 100644 --- a/games/ksquares/Makefile +++ b/games/ksquares/Makefile @@ -3,20 +3,16 @@ PORTNAME= ksquares 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= moc_build qmake_build rcc_build uic_build USE_XZ= yes -NO_STAGE= yes .include <${.CURDIR}/../kdegames4/Makefile.common> .include <bsd.port.mk> |