diff options
author | wiz <wiz> | 2012-07-11 14:47:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-07-11 14:47:23 +0000 |
commit | 8461ccaa586ff68335b74b9f6c11117a9765d0ef (patch) | |
tree | 94b9ba0ff5240ac9714db7c9372a32db546482d6 /misc | |
parent | dba872414cafcb8cecd7f67262e2300e7b7b529e (diff) | |
download | pkgsrc-8461ccaa586ff68335b74b9f6c11117a9765d0ef.tar.gz |
Reduce dependencies now that minskim provided tex-xtab (thank you!)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libcarddav/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/libcarddav/options.mk b/misc/libcarddav/options.mk index f2ad0ad999c..3520d0fe541 100644 --- a/misc/libcarddav/options.mk +++ b/misc/libcarddav/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2012/07/11 09:25:22 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2012/07/11 14:47:23 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libcarddav PKG_SUPPORTED_OPTIONS= doc @@ -13,8 +13,8 @@ PLIST_VARS+= doc BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec BUILD_DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft -# only xtab.sty is necessary from following -BUILD_DEPENDS+= teTeX-texmf-[0-9]*:../../print/teTeX3-texmf +BUILD_DEPENDS+= tex-xtab-[0-9]*:../../print/tex-xtab +BUILD_DEPENDS+= tex-multirow-[0-9]*:../../print/tex-multirow CONFIGURE_ARGS+= --enable-doc PLIST.doc= yes .else |