diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-06 21:15:22 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-03-06 21:15:22 +0000 |
commit | 9bf41f9d7e3a38088e9a001a736c368e2bd0542f (patch) | |
tree | 4a8405e3abbcd7d0b3c2e7f87cc12531877d7510 /x11/xlogo/Makefile | |
parent | 01655bece5643ba3318fbd538699e4d303979d06 (diff) | |
download | ports-9bf41f9d7e3a38088e9a001a736c368e2bd0542f.tar.gz ports-9bf41f9d7e3a38088e9a001a736c368e2bd0542f.zip |
Notes
Diffstat (limited to 'x11/xlogo/Makefile')
-rw-r--r-- | x11/xlogo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xlogo/Makefile b/x11/xlogo/Makefile index e8abffcec976..d9b62ab3c692 100644 --- a/x11/xlogo/Makefile +++ b/x11/xlogo/Makefile @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= xlogo -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Displays the X Window System logo LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING XORG_CAT= app -USE_XORG= xrender xft xext xt xaw xp xprintutil +USE_XORG= sm x11 xaw xext xft xmu xrender xt .include <bsd.port.mk> |