diff options
Diffstat (limited to 'mail/balsa2/Makefile')
-rw-r--r-- | mail/balsa2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index d285af10c5b5..722e931380e8 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -28,7 +28,8 @@ CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ LIBS='-L${LOCALBASE}/lib' CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} + --with-gnome=${PREFIX} \ + --enable-system-install MAN1= balsa.1 |