diff options
author | flz <flz@FreeBSD.org> | 2009-01-30 16:49:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-01-30 16:49:56 +0800 |
commit | 037d3bb027bc4e76e87a2ddcc612f9e8e77421e7 (patch) | |
tree | d26481abc9622b7871ef0e01db42a36ea7d4b19a /mail/xpbiff | |
parent | cf68b6ce1d58c24ca46ad95cde89792bcddb73bc (diff) | |
download | freebsd-ports-gnome-037d3bb027bc4e76e87a2ddcc612f9e8e77421e7.tar.gz freebsd-ports-gnome-037d3bb027bc4e76e87a2ddcc612f9e8e77421e7.tar.zst freebsd-ports-gnome-037d3bb027bc4e76e87a2ddcc612f9e8e77421e7.zip |
xpbiff requires libXaw and libXmu headers.
Reported by: pointyhat via erwin
Diffstat (limited to 'mail/xpbiff')
-rw-r--r-- | mail/xpbiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index 3cf90eb8bcd1..d5a5ae3aa6b9 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -17,7 +17,7 @@ MAINTAINER?= ports@FreeBSD.org COMMENT?= A replacement for xbiff that handles popup window with mail header USE_IMAKE= yes -USE_XORG= xpm +USE_XORG= xpm xaw xmu NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xpbiff WRKSRC= ${WRKDIR}/xpbiff |