diff options
Diffstat (limited to 'databases/kbibtex/Makefile')
-rw-r--r-- | databases/kbibtex/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 22003cd1d15..a2aeb729833 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\ MAINTAINER= makc@FreeBSD.org COMMENT= Bibliography editor for KDE -LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 +LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 USE_BZIP2= yes USES= cmake @@ -19,9 +19,6 @@ USE_KDE4= kdelibs kdeprefix automoc4 sharedmime USE_QT4= qmake_build moc_build uic_build rcc_build \ webkit -MAN1= kbibtex.1 - -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,share/man,man,' ${WRKSRC}/CMakeLists.txt |