diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-29 02:15:55 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-29 02:15:55 +0800 |
commit | acb38d4709b98d44ebffe2923bc01f9499f90bbc (patch) | |
tree | 4d55ad6d2d3441b258f78638b4574eaed63d228e /graphics | |
parent | fd93f2b7ebee6bef2084f2c8e3bacb5d840f2564 (diff) | |
download | freebsd-ports-gnome-acb38d4709b98d44ebffe2923bc01f9499f90bbc.tar.gz freebsd-ports-gnome-acb38d4709b98d44ebffe2923bc01f9499f90bbc.tar.zst freebsd-ports-gnome-acb38d4709b98d44ebffe2923bc01f9499f90bbc.zip |
- Add license
- Fix build with LLD
PR: 230994
Submitted by: ndowens@yahoo.com
Reported by: jbeich@FreeBSD.org
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lprof-devel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/lprof-devel/Makefile b/graphics/lprof-devel/Makefile index 007489876e4e..eade40b6f20b 100644 --- a/graphics/lprof-devel/Makefile +++ b/graphics/lprof-devel/Makefile @@ -12,6 +12,9 @@ PKGNAMESUFFIX= -devel MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open source color profiler +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 @@ -24,6 +27,8 @@ USE_XORG= x11 xext sm ice xxf86vm USE_QT= corelib gui qt3support svg assistantclient \ linguisttools_build qmake_build moc_build uic_build rcc_build +LLD_UNSAFE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= * |