diff options
Diffstat (limited to 'korean/gtkcomm/Makefile')
-rw-r--r-- | korean/gtkcomm/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/korean/gtkcomm/Makefile b/korean/gtkcomm/Makefile index c4a37593d3e8..66143250ed02 100644 --- a/korean/gtkcomm/Makefile +++ b/korean/gtkcomm/Makefile @@ -13,12 +13,13 @@ MASTER_SITES= http://kldp.org/~namsh/tools/gtkcomm/ MAINTAINER= cjh@kr.freebsd.org RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - Imlib.5:${PORTSDIR}/graphics/imlib -USE_X_PREFIX= YES -GNU_CONFIGURE= YES -CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ - GTK_CONFIG=${X11BASE}/bin/gtk12-config +USE_X_PREFIX= yes +USE_IMLIB= yes +GNU_CONFIGURE= yes + +pre-patch: + @${PERL} -pi -e 's^-l(pthread|c_r)^-pthread^g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include <bsd.port.mk> |