diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
commit | bebd89314e57ff34ea47724c5605a0f32c425dcf (patch) | |
tree | d991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /korean/gtkcomm | |
parent | 3707e5b7408ecadb0bda141dd82ec9bbca5d0267 (diff) |
Notes
Diffstat (limited to 'korean/gtkcomm')
-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> |