diff options
Diffstat (limited to 'textproc/wv/Makefile')
-rw-r--r-- | textproc/wv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 9c0119f15875..66ba9bb93ed7 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -38,7 +38,7 @@ MLINKS= wvWare.1 wvConvert.1 CPPFLAGS= -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -.if ${ARCH:L} == "amd64" +.if ${MACHINE_ARCH:L} == "amd64" USE_GNOME+= glib20 CONFIGURE_ARGS+= --with-glib .else |