diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:56:41 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:56:41 +0800 |
commit | 316e7830634124c1e810d4232c7825d57ccfbb64 (patch) | |
tree | 464a0f2d325180751db2c8df0c7ef3f426da9df0 /japanese/xjtext | |
parent | 8093e485c52ea8bcd3c12878b6815d438b5e4ab9 (diff) | |
download | freebsd-ports-gnome-316e7830634124c1e810d4232c7825d57ccfbb64.tar.gz freebsd-ports-gnome-316e7830634124c1e810d4232c7825d57ccfbb64.tar.zst freebsd-ports-gnome-316e7830634124c1e810d4232c7825d57ccfbb64.zip |
Deploy USE_GNOMENG infrastructure
PR: 42203
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'japanese/xjtext')
-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 ac74123f2d2d..4c577525bbe2 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 |