diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-02 21:50:17 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-02 21:50:17 +0800 |
commit | b72d8e12728feab7b63b7a74f06ea58faff47d12 (patch) | |
tree | f72ef56e7954b88a1ff929a4ae7d750fddf4ac6f /mail | |
parent | 38b40d509dfda391d91a5eb6d849ec7f0944e20c (diff) | |
download | freebsd-ports-gnome-b72d8e12728feab7b63b7a74f06ea58faff47d12.tar.gz freebsd-ports-gnome-b72d8e12728feab7b63b7a74f06ea58faff47d12.tar.zst freebsd-ports-gnome-b72d8e12728feab7b63b7a74f06ea58faff47d12.zip |
- Xpm is in X11BASE, not LOCALBASE
Diffstat (limited to 'mail')
-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 |