diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
commit | cf906e5cf2da0bff3ceb35031773701fdd7f1f4b (patch) | |
tree | 19fdf9903e246669ee26860af412ddc0a2626107 /x11/xlockmore | |
parent | fb4bc685a5a2fef540aa25f4d57c12b6a38e1135 (diff) | |
download | ports-cf906e5cf2da0bff3ceb35031773701fdd7f1f4b.tar.gz ports-cf906e5cf2da0bff3ceb35031773701fdd7f1f4b.zip |
Notes
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 5fab0f6e6dfe..5e4d1aaaf591 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ PORTNAME= xlockmore PORTVERSION= 5.43 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= x11 MASTER_SITES= http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ @@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --enable-customization .endif .if ${PORT_OPTIONS:MMAGICK} -LIB_DEPENDS+= libMagickCore.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick .else CONFIGURE_ARGS+= --without-magick .endif |