diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-30 18:11:44 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-30 18:11:44 +0000 |
commit | a72211ef02ba867fe989e5ef86f0c54857673744 (patch) | |
tree | 74453282562e15667a78ca6f40ab555de92e0f3d /graphics/mtpaint | |
parent | 3aad17958c6daa309444cf9f7d0e3adfd22e847a (diff) | |
download | ports-a72211ef02ba867fe989e5ef86f0c54857673744.tar.gz ports-a72211ef02ba867fe989e5ef86f0c54857673744.zip |
Notes
Diffstat (limited to 'graphics/mtpaint')
-rw-r--r-- | graphics/mtpaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mtpaint/Makefile b/graphics/mtpaint/Makefile index 0fa5313df799..daad6f40aea0 100644 --- a/graphics/mtpaint/Makefile +++ b/graphics/mtpaint/Makefile @@ -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 |