Index: ports-mgmt/portlint/Makefile =================================================================== --- ports-mgmt/portlint/Makefile (revision 511597) +++ ports-mgmt/portlint/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.18.10 +PORTVERSION= 2.18.11 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Index: ports-mgmt/portlint/src/portlint.pl =================================================================== --- ports-mgmt/portlint/src/portlint.pl (revision 511597) +++ ports-mgmt/portlint/src/portlint.pl (working copy) @@ -160,7 +160,7 @@ ALLFILES CHECKSUM_ALGORITHMS INSTALLS_ICONS GNU_CONFIGURE CONFIGURE_ARGS MASTER_SITE_SUBDIR LICENSE LICENSE_COMB NO_STAGE DEVELOPER SUB_FILES SHEBANG_LANG MASTER_SITES_SUBDIRS FLAVORS - USE_PYTHON LICENSE_PERMS + USE_PYTHON LICENSE_PERMS USE_PYQT ); my %makevar; @@ -2335,7 +2335,7 @@ # # whole file: USES=pyqt:5 # - if ($makevar{USES} =~ /\bpyqt:5/ && $whole !~ /^USE_PYQT[?:]?=\s(.*)$/m) { + if ($makevar{USES} =~ /\bpyqt:5/ && $whole !~ /^USE_PYQT[?:]?=\s(.*)$/m && $makevar{USE_PYQT} eq '') { &perror("WARN", $file, -1, "When USES=pyqt:5 is defined, you must also define ". "USE_PYQT=xxxx"); }