diff options
Diffstat (limited to 'textproc/wv')
-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 66ba9bb93ed7..9c0119f15875 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 ${MACHINE_ARCH:L} == "amd64" +.if ${ARCH:L} == "amd64" USE_GNOME+= glib20 CONFIGURE_ARGS+= --with-glib .else |