Add missing dependencies Summary of changes: * Plug memory leak in error case * Autoconf fixes
13 lines
204 B
Makefile
13 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xmessage
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Display message or query in a X window
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xt xaw
|
|
|
|
.include <bsd.port.mk>
|