diff options
Diffstat (limited to 'games/blinken/Makefile')
-rw-r--r-- | games/blinken/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/blinken/Makefile b/games/blinken/Makefile index e1fcef0a55e0..e0d81f9d04fc 100644 --- a/games/blinken/Makefile +++ b/games/blinken/Makefile @@ -3,19 +3,15 @@ PORTNAME= blinken 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= Memory enhancement game for KDE 4 -CONFLICTS= kdeedu-4.[0-6].* - USE_KDE4= kdehier kdelibs kdeprefix automoc4 USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build USE_XZ= yes -NO_STAGE= yes .include <bsd.port.mk> |