summaryrefslogtreecommitdiff
path: root/japanese/word
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-05 06:36:23 +0000
commitfda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch)
tree4ccb4a868e97ff347416395233e3825776b24951 /japanese/word
parentImplement USE_GLIB. (diff)
Implement USE_GTK, part 1.
Notes
Notes: svn path=/head/; revision=33424
Diffstat (limited to 'japanese/word')
-rw-r--r--japanese/word/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/word/Makefile b/japanese/word/Makefile
index cdaf5ac1d9df..c78bc4bc0a40 100644
--- a/japanese/word/Makefile
+++ b/japanese/word/Makefile
@@ -12,14 +12,14 @@ MASTER_SITES= http://www.linet.gr.jp/~mituiwa/
MAINTAINER= sada@FreeBSD.ORG
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+USE_GTK= yes
DOCDIR= ${PREFIX}/share/doc/ja-word
EXAMPLEDIR= ${PREFIX}/share/examples/ja-word
do-build:
(cd ${WRKSRC}; \
- ${CC} -o word `gtk12-config --cflags` `gtk12-config --libs` word.c )
+ ${CC} -o word `${GTK_CONFIG} --cflags` `${GTK_CONFIG} --libs` word.c )
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/word ${PREFIX}/bin