diff options
Diffstat (limited to 'games/kanagram/Makefile')
-rw-r--r-- | games/kanagram/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/kanagram/Makefile b/games/kanagram/Makefile index ab838b939c2a..b26fa4a326ad 100644 --- a/games/kanagram/Makefile +++ b/games/kanagram/Makefile @@ -3,15 +3,12 @@ PORTNAME= kanagram 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= Letter order game for KDE 4 -CONFLICTS= kdeedu-4.[0-6].* - USE_KDE4= kdehier kdelibs kdeprefix libkdeedu automoc4 USES= cmake:outsource USE_QT4= xml corelib declarative gui opengl script xml \ @@ -19,5 +16,4 @@ USE_QT4= xml corelib declarative gui opengl script xml \ USE_XZ= yes USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |