diff options
Diffstat (limited to 'x11/xbanner/Makefile')
-rw-r--r-- | x11/xbanner/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile index 47d78ad3de38..93fccde40276 100644 --- a/x11/xbanner/Makefile +++ b/x11/xbanner/Makefile @@ -16,9 +16,7 @@ DISTNAME= XBanner${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Make your XDM login screen look beautiful -USE_X_PREFIX= yes -USE_XPM= yes -#USE_IMAKE= yes +USE_XORG= xpm x11 post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ |