diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 16:20:31 +0000 |
commit | b9398223bd3a2236f02f582d13487e2a02e6a035 (patch) | |
tree | 2cea991d70e02cc86565656d596600b0fc2b5790 /cad/geda/Makefile | |
parent | Update LICENSE to new GPLv3+ (diff) |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
Diffstat (limited to '')
-rw-r--r-- | cad/geda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index ccb17a67aed5..1acae6907c1e 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-gaf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GPL Electronic Design Automation tools -LICENSE= GPLv2 # (or later) +LICENSE= GPLv2+ LIB_DEPENDS= libstroke.so:${PORTSDIR}/devel/libstroke \ libguile.so:${PORTSDIR}/lang/guile |