diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-31 03:48:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-31 03:48:41 +0800 |
commit | a80f9bd5c653b2fc301a6d14ded600cc7be0b5a8 (patch) | |
tree | f56fd6907039db3d482bd0f26cc7297a17c9a9e5 /graphics/xv-m17n | |
parent | 19115f181b48c5b0d877261b5a28ef6776a19242 (diff) | |
download | freebsd-ports-gnome-a80f9bd5c653b2fc301a6d14ded600cc7be0b5a8.tar.gz freebsd-ports-gnome-a80f9bd5c653b2fc301a6d14ded600cc7be0b5a8.tar.zst freebsd-ports-gnome-a80f9bd5c653b2fc301a6d14ded600cc7be0b5a8.zip |
- use OPTIONS_SLAVE
Diffstat (limited to 'graphics/xv-m17n')
-rw-r--r-- | graphics/xv-m17n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile index 356c9157f28b..c4f16130f0e3 100644 --- a/graphics/xv-m17n/Makefile +++ b/graphics/xv-m17n/Makefile @@ -6,6 +6,6 @@ COMMENT= An X11 program that displays images of various formats with multilingua MASTERDIR= ${.CURDIR}/../xv -WITH_M17N= yes +OPTIONS_SLAVE= M17N .include "${MASTERDIR}/Makefile" |