diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 13:40:53 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 13:40:53 +0000 |
commit | bf3a6092d6caa9e4a7e6e9184583720a48bc70e1 (patch) | |
tree | 1d92cc119c061e1f27b85d2752fe4181f1012518 /mail/asmail | |
parent | 3db0cc754403adeb49a47acb1568f78c55f92b2b (diff) | |
download | ports-bf3a6092d6caa9e4a7e6e9184583720a48bc70e1.tar.gz ports-bf3a6092d6caa9e4a7e6e9184583720a48bc70e1.zip |
Notes
Diffstat (limited to 'mail/asmail')
-rw-r--r-- | mail/asmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index 7655abbb1b0b..7b90fbdebc59 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -18,7 +18,10 @@ USE_XPM= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --enable-shaping +CONFIGURE_ARGS= --enable-shaping \ + --with-xpm \ + --with-xpm-includes=${LOCALBASE}/include \ + --with-xpm-library=${LOCALBASE}/lib MAN1= asmail.1x MAN5= asmailrc.5x |