diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 13:56:41 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 13:56:41 +0000 |
commit | 316e7830634124c1e810d4232c7825d57ccfbb64 (patch) | |
tree | 464a0f2d325180751db2c8df0c7ef3f426da9df0 /japanese/xjtext/Makefile | |
parent | 8093e485c52ea8bcd3c12878b6815d438b5e4ab9 (diff) | |
download | FreeBSD-ports-316e7830634124c1e810d4232c7825d57ccfbb64.zip FreeBSD-ports-316e7830634124c1e810d4232c7825d57ccfbb64.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42203
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'japanese/xjtext/Makefile')
-rw-r--r-- | japanese/xjtext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/xjtext/Makefile b/japanese/xjtext/Makefile index ac74123..4c57752 100644 --- a/japanese/xjtext/Makefile +++ b/japanese/xjtext/Makefile @@ -15,7 +15,8 @@ DISTNAME= XJTEXT-${PORTVERSION} MAINTAINER= sada@FreeBSD.org USE_BISON= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib EXAMPLEDIR= ${PREFIX}/share/examples/xjtext DOCDIR= ${PREFIX}/share/doc/xjtext |