diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 10:29:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-02-10 10:29:51 +0000 |
commit | 737c1cc56dbc42d63372805d3642ba9b3d119a96 (patch) | |
tree | 0b032f3e2684e6f49384c70cbee1ccfb5359893d /games/ktuberling | |
parent | 5e9ae3b9f544b762bebe53addbf6c4095bbafcf3 (diff) | |
download | ports-737c1cc56dbc42d63372805d3642ba9b3d119a96.tar.gz ports-737c1cc56dbc42d63372805d3642ba9b3d119a96.zip |
Notes
Diffstat (limited to 'games/ktuberling')
-rw-r--r-- | games/ktuberling/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ktuberling/Makefile b/games/ktuberling/Makefile index c3dfd96dd10a..3ac17f161220 100644 --- a/games/ktuberling/Makefile +++ b/games/ktuberling/Makefile @@ -2,7 +2,7 @@ PORTNAME= ktuberling PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org @@ -12,5 +12,5 @@ USES= cmake:outsource kde:4 tar:xz USE_KDE= kdelibs libkdegames automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build -.include <${.CURDIR}/../kdegames4/Makefile.common> +.include <${.CURDIR}/../kdegames-kde4/Makefile.common> .include <bsd.port.mk> |