Missing RUN_DEPENDS.

Remove uneeded goo.
This commit is contained in:
ajacoutot 2013-04-03 07:51:31 +00:00
parent 3a3c2830df
commit 7ff3f3ea1e
2 changed files with 12 additions and 9 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.18 2013/03/11 23:06:12 fgsch Exp $
# $OpenBSD: Makefile,v 1.19 2013/04/03 07:51:31 ajacoutot Exp $
COMMENT = ebook management application
DISTNAME = calibre-0.8.20
CATEGORIES = textproc
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calibre/}
REVISION = 5
REVISION = 6
HOMEPAGE = http://calibre-ebook.com/
@ -26,7 +26,8 @@ LIB_DEPENDS= devel/chmlib \
graphics/png \
print/poppler, \
textproc/icu4c
RUN_DEPENDS = devel/py-dateutil \
COMMON_DEPENDS = devel/py-dateutil \
devel/xdg-utils \
graphics/ImageMagick \
graphics/libwmf \
@ -40,9 +41,13 @@ RUN_DEPENDS = devel/py-dateutil \
www/py-CherryPy \
www/py-mechanize \
x11/py-qt4>=4.8.2p1 \
www/py-mechanize \
x11/gtk+2,-guic
BUILD_DEPENDS = ${RUN_DEPENDS}
www/py-mechanize
BUILD_DEPENDS = ${COMMON_DEPENDS}
RUN_DEPENDS = ${COMMON_DEPENDS} \
devel/desktop-file-utils \
misc/shared-mime-info
CFLAGS += "-I${LOCALBASE}/include"
LDFLAGS += "-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2012/06/15 08:32:18 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.7 2013/04/03 07:51:31 ajacoutot Exp $
bin/calibre
bin/calibre-complete
bin/calibre-customize
@ -4086,7 +4086,5 @@ share/pixmaps/calibre-lrf.png
share/pixmaps/calibre-viewer.png
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database