diff options
author | ahze <ahze@FreeBSD.org> | 2005-02-24 19:15:30 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-02-24 19:15:30 +0800 |
commit | 328bd9ea0765608fa15863418b29dd4e9a6727ff (patch) | |
tree | b5294a971bea8cf9f8df678511090ec99db00340 /graphics/cairo | |
parent | cebca6da31f458624b0f82ed1aaa457b4d5c46b6 (diff) | |
download | freebsd-ports-gnome-328bd9ea0765608fa15863418b29dd4e9a6727ff.tar.gz freebsd-ports-gnome-328bd9ea0765608fa15863418b29dd4e9a6727ff.tar.zst freebsd-ports-gnome-328bd9ea0765608fa15863418b29dd4e9a6727ff.zip |
- Take "Cairo is" out of beginning of COMMENT
PR: ports/78006
Submitted by: danfe
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 7f56bf697de7..82f0d81e8bb2 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= ahze@FreeBSD.org -COMMENT= Cairo is a vector graphics library with cross-device output support +COMMENT= Vector graphics library with cross-device output support LIB_DEPENDS= pixman.1:${PORTSDIR}/graphics/libpixman \ freetype.9:${PORTSDIR}/print/freetype2 \ |