svn commit: r328835 - head/graphics/mtpaint
John Marino
marino at FreeBSD.org
Mon Sep 30 18:11:45 UTC 2013
Author: marino
Date: Mon Sep 30 18:11:44 2013
New Revision: 328835
URL: http://svnweb.freebsd.org/changeset/ports/328835
Log:
graphics/mtpaint: USES+= iconv and explicit LDFLAGS
Modified:
head/graphics/mtpaint/Makefile
Modified: head/graphics/mtpaint/Makefile
==============================================================================
--- head/graphics/mtpaint/Makefile Mon Sep 30 18:07:39 2013 (r328834)
+++ head/graphics/mtpaint/Makefile Mon Sep 30 18:11:44 2013 (r328835)
@@ -25,8 +25,9 @@ OPENJPEG_DESC= Enable OpenJPEG support
USE_BZIP2= yes
USE_GNOME= gtk20
-USES= gmake pkgconfig
+USES= gmake pkgconfig iconv
HAS_CONFIGURE= yes
+LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \
--localedir=${PREFIX}/share/locale \
gtk2 cflags asneeded ft jpeg tiff man GIF
More information about the svn-ports-all
mailing list