diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-04-03 09:49:10 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-04-03 09:49:10 +0000 |
commit | 65b2b253dc836cb64400ea09abe7fa5abf9852b8 (patch) | |
tree | 95de45f0ce5c27018f8f037f32ebe7630b007fd7 /devel/p5-perlqt/Makefile | |
parent | 4168b892e8103e408e4d23afd7adee13f316e7f7 (diff) |
Notes
Diffstat (limited to 'devel/p5-perlqt/Makefile')
-rw-r--r-- | devel/p5-perlqt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-perlqt/Makefile b/devel/p5-perlqt/Makefile index d9ac722161a1..d2b827869ae8 100644 --- a/devel/p5-perlqt/Makefile +++ b/devel/p5-perlqt/Makefile @@ -10,14 +10,13 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Perl bindings for Qt -LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 \ - qwt.5:${PORTSDIR}/x11-toolkits/qwt5 +LIB_DEPENDS= libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 \ + libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 -USE_XZ= yes USE_KDE4= kdehier kdeprefix smokeqt qimageblitz USE_QT4= corelib dbus gui network xml \ qmake_build moc_build uic_build rcc_build -USES= cmake:outsource perl5 +USES= cmake:outsource perl5 tar:xz # Respect PREFIX CMAKE_ARGS+= -DCUSTOM_PERL_SITE_ARCH_DIR=${PREFIX}/${SITE_PERL_REL}/${PERL_ARCH} |