diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 13:50:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-02 13:50:17 +0000 |
commit | 85f0b27e3b677fd7fa24d916468e32ee722d7a43 (patch) | |
tree | 93385f71c7489f08ffd025a43fff2ad27a018c70 /mail/asmail | |
parent | bf3a6092d6caa9e4a7e6e9184583720a48bc70e1 (diff) | |
download | ports-85f0b27e3b677fd7fa24d916468e32ee722d7a43.tar.gz ports-85f0b27e3b677fd7fa24d916468e32ee722d7a43.zip |
Notes
Diffstat (limited to 'mail/asmail')
-rw-r--r-- | mail/asmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index 7b90fbdebc59..f267a2167303 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -20,8 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-shaping \ --with-xpm \ - --with-xpm-includes=${LOCALBASE}/include \ - --with-xpm-library=${LOCALBASE}/lib + --with-xpm-includes=${X11BASE}/include \ + --with-xpm-library=${X11BASE}/lib MAN1= asmail.1x MAN5= asmailrc.5x |