diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-01 14:15:05 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-01 14:15:05 +0800 |
commit | b62ee557020a42957eb5f63be8bf3f49241e5e3a (patch) | |
tree | f87b251decde538e863a7087eebcda08777434c5 /x11-toolkits | |
parent | 5f1d11dd16eb80be554ec51817dbf16efe988ad5 (diff) | |
download | freebsd-ports-gnome-b62ee557020a42957eb5f63be8bf3f49241e5e3a.tar.gz freebsd-ports-gnome-b62ee557020a42957eb5f63be8bf3f49241e5e3a.tar.zst freebsd-ports-gnome-b62ee557020a42957eb5f63be8bf3f49241e5e3a.zip |
x11-toolkits/qt5-canvas3d: remove port (follow up to r513447)
In r513447 when Qt5 was upgraded to 5.13, the port was unlinked but the removal did not make it.
Reported by: antoine
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt5-canvas3d/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-toolkits/qt5-canvas3d/Makefile b/x11-toolkits/qt5-canvas3d/Makefile deleted file mode 100644 index 8ec9032624ab..000000000000 --- a/x11-toolkits/qt5-canvas3d/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= canvas3d -DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 -CATEGORIES= x11-toolkits -PKGNAMEPREFIX= qt5- - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt canvas3d module - -USES= compiler:c++11-lang qmake qt-dist:5,canvas3d -USE_QT= core declarative gui network buildtools_build - -USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} - -.include <bsd.port.mk> |