diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-29 14:50:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-29 14:50:43 +0800 |
commit | 3d370b80f0e40c167afa1a0496c858ea65de8a82 (patch) | |
tree | 5a0f6bb0108710ce7c76072d9670fad27784b89d /x11-toolkits/otk/Makefile | |
parent | 32c3a70d531931165b918076c1e67fda741c2923 (diff) | |
download | freebsd-ports-gnome-3d370b80f0e40c167afa1a0496c858ea65de8a82.tar.gz freebsd-ports-gnome-3d370b80f0e40c167afa1a0496c858ea65de8a82.tar.zst freebsd-ports-gnome-3d370b80f0e40c167afa1a0496c858ea65de8a82.zip |
- Update to 0.95
PR: 164176
Submitted by: Ports Fury
Diffstat (limited to 'x11-toolkits/otk/Makefile')
-rw-r--r-- | x11-toolkits/otk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/otk/Makefile b/x11-toolkits/otk/Makefile index 0b64451b5676..69f077cf9afb 100644 --- a/x11-toolkits/otk/Makefile +++ b/x11-toolkits/otk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= otk -PORTVERSION= 0.94 +PORTVERSION= 0.95 CATEGORIES= x11-toolkits graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} DISTNAME= ${PORTNAME}_lib_${PORTVERSION} @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Widget library based on OpenGL +LICENSE= LGPL21 + WRKSRC= ${WRKDIR}/${PORTNAME}_lib USE_XORG= xmu xext x11 |