diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-24 08:20:31 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-24 08:20:31 +0000 |
commit | 0f583d87000061087521fb77c44c9055d122d787 (patch) | |
tree | b9dc00f333e96550a5732b38b9c9444035e4339c /x11/yakuake-kde4 | |
parent | 558a51279c03199a7a20966174a8f0a1f33dc9b2 (diff) | |
download | ports-0f583d87000061087521fb77c44c9055d122d787.tar.gz ports-0f583d87000061087521fb77c44c9055d122d787.zip |
Notes
Diffstat (limited to 'x11/yakuake-kde4')
-rw-r--r-- | x11/yakuake-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/yakuake-kde4/Makefile b/x11/yakuake-kde4/Makefile index f408fcd07ebe..4da81edabafc 100644 --- a/x11/yakuake-kde4/Makefile +++ b/x11/yakuake-kde4/Makefile @@ -14,9 +14,9 @@ COMMENT= Drop-down terminal emulator for KDE LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake gettext shebangfix tar:xz +USES= cmake gettext kde:4 shebangfix tar:xz SHEBANG_FILES= data/updaters/yakuake-${PORTVERSION}-startupnotification.pl -USE_KDE4= automoc4 kdelibs +USE_KDE= automoc4 kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build PLIST_SUB= VERSION="${PORTVERSION}" |