diff options
author | mi <mi@FreeBSD.org> | 2005-07-14 07:52:55 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-07-14 07:52:55 +0800 |
commit | 4bfabdafb86c4c3d960fc7bc7f2eaa667d280948 (patch) | |
tree | 6389c41c19edebcc5aa4a9b1fb40a53faad0dfb0 /graphics | |
parent | 0bf37ae8dc1f6de303f03a4e48c7c369856ebfdc (diff) | |
download | freebsd-ports-gnome-4bfabdafb86c4c3d960fc7bc7f2eaa667d280948.tar.gz freebsd-ports-gnome-4bfabdafb86c4c3d960fc7bc7f2eaa667d280948.tar.zst freebsd-ports-gnome-4bfabdafb86c4c3d960fc7bc7f2eaa667d280948.zip |
Remove the requirements for particular shared library versions on two
more ports, which I created.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djvulibre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 92304e20d631..678fdb08f927 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -18,10 +18,10 @@ COMMENT= DjVu viewers, encoders, browser plugin, and utilities .if !defined(WITHOUT_X11) USE_X_PREFIX= yes USE_QT_VER= 3 -LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg .else PKGNAMESUFFIX= -nox11 -LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff +LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff .endif USE_ICONV= yes |