diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-06-26 11:52:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-06-26 11:52:23 +0000 |
commit | d2eb50ab00d0df6d35cf7a85da0a04f92638b1c7 (patch) | |
tree | 98bd11bbc78254c28d6911f7ea7651047ebaca9d /editors/lazarus | |
parent | c65748b136fdc615b71616a367ad8cf8f3102c68 (diff) | |
download | freebsd-ports-d2eb50ab00d0df6d35cf7a85da0a04f92638b1c7.zip |
Clean up final leftovers from Qt4.
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725
Diffstat (limited to 'editors/lazarus')
-rw-r--r-- | editors/lazarus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 881d1c32607d..870bee6de0ef 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= freepascal MAINTAINER?= acm@FreeBSD.org COMMENT?= Portable Delphi-like IDE for the FreePascal compiler (GTK2) -CONFLICTS?= ${PORTNAME}-qt4-* ${PORTNAME}-qt5-* +CONFLICTS?= ${PORTNAME}-qt5-* BUILD_DEPENDS?= fpcres:lang/fpc-utils RUN_DEPENDS?= fpcres:lang/fpc-utils |