aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-rmagick/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rubygem-rmagick/Makefile')
-rw-r--r--graphics/rubygem-rmagick/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/rubygem-rmagick/Makefile b/graphics/rubygem-rmagick/Makefile
index 40fecde85646..dca05c0c3575 100644
--- a/graphics/rubygem-rmagick/Makefile
+++ b/graphics/rubygem-rmagick/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rmagick
PORTVERSION= 2.13.2
+PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
@@ -17,10 +18,11 @@ OPTIONS_DEFAULT= X11
.include <bsd.port.options.mk>
+USES= pkgconfig
.if ${PORT_OPTIONS:MX11}
-LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
.else
-LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11
+LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11
.endif
.include <bsd.port.mk>
08-074-5/+11 * Allow to build with texinfo from portsbapt2014-06-261-1/+1 * Add USES=charsetfixbapt2014-06-251-1/+1 * Update to 1.27.1. Bug fixes:naddy2014-05-132-5/+4 * USE_BZIP2 -> USES+=tar:bzip2naddy2014-03-141-2/+1 * Fix properties on pkg-plistbapt2014-01-221-1/+0 * Use MAKE_CMD to run regression tests.naddy2013-12-181-1/+1 * * Regenerate patch to fix harmless but confusing warning.naddy2013-11-192-3/+5 * Update to 1.27.naddy2013-10-085-33/+14 * Convert to stage and option helpers.naddy2013-09-242-18/+23 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1 * Simplify by dropping workarounds for unsupported FreeBSD versions.naddy2013-08-201-17/+3 * For all my portsnaddy2013-08-021-2/+1 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1 * Convert to OptionsNG and trim Makefile headers.naddy2012-12-191-7/+7 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-4/+4 * Update to bugfix release 1.26.naddy2011-03-167-76/+16 * Allow building as root.naddy2011-03-161-0/+7 * Fix bug with --one-file-system and --listed-incremental.naddy2010-11-285-3/+62 * Update to 1.25, which mostly brings miscellaneous bug fixes.naddy2010-11-257-208/+16 * Punt autoconf267->autoconf268ade2010-10-161-1/+1 * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2 * Fix dead loop on extracting existing symlinks with the -k option.naddy2010-06-122-1/+160 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1 * The xz utils and lzma library have been imported into base, so makenaddy2010-05-221-2/+8 * Update to 1.23: miscellaneous bug fixes and minor additions.naddy2010-03-3010-102/+60 * Fix a buffer overflow in the rmt client functionality.naddy2010-03-252-1/+29 * Fix a geline() segfault on 8.0 when using --listed-incremental.naddy2010-01-212-1/+24 * You can now use -J to (un)compress xz format files (.tar.xz, .txz).naddy2009-09-211-3/+3 * Mark MAKE_JOBS_SAFE for SMP compilation.naddy2009-03-25