diff options
author | arved <arved@FreeBSD.org> | 2003-07-30 16:18:59 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-30 16:18:59 +0000 |
commit | 1ec2ae98a02646c996c64163462111a585f1c28b (patch) | |
tree | c27c66b3ae7ba6d962626605f88efb6f1280681b /x11-toolkits/qt32 | |
parent | b85a20850e50e86c90b6c09ac6ddb7cf73be0eb4 (diff) | |
download | FreeBSD-ports-1ec2ae98a02646c996c64163462111a585f1c28b.zip FreeBSD-ports-1ec2ae98a02646c996c64163462111a585f1c28b.tar.gz |
*grrr* COMMENT needs to be overrideable too.
Diffstat (limited to 'x11-toolkits/qt32')
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 9759f74..ca6571d 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -18,7 +18,7 @@ DISTNAME= qt-x11-free-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -COMMENT= A C++ X GUI toolkit +COMMENT?= A C++ X GUI toolkit LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ |