Missing RUN_DEPENDS.
Remove uneeded goo.
This commit is contained in:
parent
3a3c2830df
commit
7ff3f3ea1e
@ -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
|
COMMENT = ebook management application
|
||||||
|
|
||||||
DISTNAME = calibre-0.8.20
|
DISTNAME = calibre-0.8.20
|
||||||
CATEGORIES = textproc
|
CATEGORIES = textproc
|
||||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calibre/}
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calibre/}
|
||||||
REVISION = 5
|
REVISION = 6
|
||||||
|
|
||||||
HOMEPAGE = http://calibre-ebook.com/
|
HOMEPAGE = http://calibre-ebook.com/
|
||||||
|
|
||||||
@ -26,7 +26,8 @@ LIB_DEPENDS= devel/chmlib \
|
|||||||
graphics/png \
|
graphics/png \
|
||||||
print/poppler, \
|
print/poppler, \
|
||||||
textproc/icu4c
|
textproc/icu4c
|
||||||
RUN_DEPENDS = devel/py-dateutil \
|
|
||||||
|
COMMON_DEPENDS = devel/py-dateutil \
|
||||||
devel/xdg-utils \
|
devel/xdg-utils \
|
||||||
graphics/ImageMagick \
|
graphics/ImageMagick \
|
||||||
graphics/libwmf \
|
graphics/libwmf \
|
||||||
@ -40,9 +41,13 @@ RUN_DEPENDS = devel/py-dateutil \
|
|||||||
www/py-CherryPy \
|
www/py-CherryPy \
|
||||||
www/py-mechanize \
|
www/py-mechanize \
|
||||||
x11/py-qt4>=4.8.2p1 \
|
x11/py-qt4>=4.8.2p1 \
|
||||||
www/py-mechanize \
|
www/py-mechanize
|
||||||
x11/gtk+2,-guic
|
|
||||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
BUILD_DEPENDS = ${COMMON_DEPENDS}
|
||||||
|
|
||||||
|
RUN_DEPENDS = ${COMMON_DEPENDS} \
|
||||||
|
devel/desktop-file-utils \
|
||||||
|
misc/shared-mime-info
|
||||||
|
|
||||||
CFLAGS += "-I${LOCALBASE}/include"
|
CFLAGS += "-I${LOCALBASE}/include"
|
||||||
LDFLAGS += "-L${LOCALBASE}/lib"
|
LDFLAGS += "-L${LOCALBASE}/lib"
|
||||||
|
@ -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
|
||||||
bin/calibre-complete
|
bin/calibre-complete
|
||||||
bin/calibre-customize
|
bin/calibre-customize
|
||||||
@ -4086,7 +4086,5 @@ share/pixmaps/calibre-lrf.png
|
|||||||
share/pixmaps/calibre-viewer.png
|
share/pixmaps/calibre-viewer.png
|
||||||
@exec %D/bin/update-mime-database %D/share/mime
|
@exec %D/bin/update-mime-database %D/share/mime
|
||||||
@unexec-delete %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
|
@exec %D/bin/update-desktop-database
|
||||||
@unexec-delete %D/bin/update-desktop-database
|
@unexec-delete %D/bin/update-desktop-database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user