diff options
author | vs <vs@FreeBSD.org> | 2004-05-10 17:37:48 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-10 17:37:48 +0800 |
commit | 1c16fa273245124a0bea4493cd94c3660227a39e (patch) | |
tree | bc2d8cc6306bbae8739da754d3e48b87cbcc0409 /devel | |
parent | 6ec44967a631e7bd4ff9226d04322a2c300b36ac (diff) | |
download | freebsd-ports-gnome-1c16fa273245124a0bea4493cd94c3660227a39e.tar.gz freebsd-ports-gnome-1c16fa273245124a0bea4493cd94c3660227a39e.tar.zst freebsd-ports-gnome-1c16fa273245124a0bea4493cd94c3660227a39e.zip |
Don't use brackets in ${BROKEN}
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linguist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linguist/Makefile b/devel/linguist/Makefile index f190e4d6d13b..8c8c06d51635 100644 --- a/devel/linguist/Makefile +++ b/devel/linguist/Makefile @@ -17,7 +17,7 @@ COMMENT= A tool for generating translations of strings used in i10 Qt programs BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake -BROKEN= "Inconsistent dependencies (qt 2.x and 3.x)" +BROKEN= "Inconsistent dependencies: qt 2.x and 3.x" DEPRECATED= ${BROKEN} EXPIRATION_DATE=2004-06-18 |