diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | ceba2112833ea325577af308d27cad5d00490059 (patch) | |
tree | 43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /japanese/rxvt | |
parent | 4f43ab018ab882c42157803c6c7856dce3689cdc (diff) |
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
Notes
Notes:
svn path=/head/; revision=12289
Diffstat (limited to 'japanese/rxvt')
-rw-r--r-- | japanese/rxvt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile index 55cc7793483b..0ce0fbd8a694 100644 --- a/japanese/rxvt/Makefile +++ b/japanese/rxvt/Makefile @@ -17,6 +17,6 @@ CATEGORIES= japanese x11 MAINTAINER= honda@kashio.info.mie-u.ac.jp -USE_X11= yes +USE_X_PREFIX= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --enable-menubar --enable-kanji --with-x |