diff options
Diffstat (limited to 'x11/bitmap/Makefile')
-rw-r--r-- | x11/bitmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/bitmap/Makefile b/x11/bitmap/Makefile index a88d912cde62..0a5c5ffad1d4 100644 --- a/x11/bitmap/Makefile +++ b/x11/bitmap/Makefile @@ -1,14 +1,14 @@ # $FreeBSD$ PORTNAME= bitmap -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Bitmap editor and converter utilities for X XORG_CAT= app -USE_XORG= x11 xmu x11 xbitmaps xt xaw xbitmaps +USE_XORG= x11 xaw xbitmaps xmu xproto xorg-macros MAN1= atobm.1 bitmap.1 bmtoa.1 .include <bsd.port.mk> |