diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-22 06:31:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-22 06:31:50 +0000 |
commit | 9909cafaf1514240635f61721fd2a97ec9e242c1 (patch) | |
tree | d64b7335a56edef564774c8dd18c04b8564520cd /www/swiggle | |
parent | - add nasm as build dependecy (diff) |
remove "'s around COMMENT
Notes
Notes:
svn path=/head/; revision=119957
Diffstat (limited to 'www/swiggle')
-rw-r--r-- | www/swiggle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/swiggle/Makefile b/www/swiggle/Makefile index 334ae5522b17..029aac07826b 100644 --- a/www/swiggle/Makefile +++ b/www/swiggle/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://homepage.univie.ac.at/l.ertl/swiggle/files/ \ http://www.daemon.li/distfiles/ MAINTAINER= josef@FreeBSD.org -COMMENT= "Swiggle is a commandline web image gallery generator" +COMMENT= Swiggle is a commandline web image gallery generator LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install \ exif.10:${PORTSDIR}/graphics/libexif:install |