diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-09-22 13:51:54 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-09-22 13:51:54 +0000 |
commit | 05a4bd4ab2a977a5598474f9c8df8e4e16b1b67f (patch) | |
tree | 901e0f3589c05a04638e25b8ea01f3e0f3eb594f /x11/libXp/Makefile | |
parent | abdec19d38d6f1e58e3cb18eecd96d181efdd048 (diff) |
Notes
Diffstat (limited to 'x11/libXp/Makefile')
-rw-r--r-- | x11/libXp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile index 62d50cab86ff..6f99f71f6ec9 100644 --- a/x11/libXp/Makefile +++ b/x11/libXp/Makefile @@ -6,13 +6,15 @@ # PORTNAME= libXp -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X print library +LICENSE= MIT + XORG_CAT= lib USE_XORG= x11 xext xextproto xau printproto:both USE_AUTOTOOLS= libtool |