diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 20:50:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 20:50:47 +0800 |
commit | 5b8914ba02230618f68ba9714a17a825c8ccf74f (patch) | |
tree | 920d078cb2ad679db53e6cfa7c44d56e4f9179be /www | |
parent | 55e2b388ee905ff48b5053cbeda0b5978da38524 (diff) | |
download | freebsd-ports-gnome-5b8914ba02230618f68ba9714a17a825c8ccf74f.tar.gz freebsd-ports-gnome-5b8914ba02230618f68ba9714a17a825c8ccf74f.tar.zst freebsd-ports-gnome-5b8914ba02230618f68ba9714a17a825c8ccf74f.zip |
Remove shlib numbers
Trim headers
Diffstat (limited to 'www')
-rw-r--r-- | www/cblog/Makefile | 7 | ||||
-rw-r--r-- | www/cblog/pkg-descr | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/www/cblog/Makefile b/www/cblog/Makefile index 383f0a11f940..7e16b77a71d7 100644 --- a/www/cblog/Makefile +++ b/www/cblog/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: cblog -# Date created: 2010-07-16 -# Whom: Bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= cblog PORTVERSION= 0.1.6 @@ -16,7 +11,7 @@ COMMENT= Simple weblog in C using markdown BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver \ ${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb -LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi +LIB_DEPENDS= fcgi:${PORTSDIR}/www/fcgi LICENSE= BSD diff --git a/www/cblog/pkg-descr b/www/cblog/pkg-descr index d59f4e03ebcd..e7e792edda85 100644 --- a/www/cblog/pkg-descr +++ b/www/cblog/pkg-descr @@ -1,4 +1,4 @@ simple weblog written in C using markdown to write posts and tinycdb to store them -WWW: http://fossil.etoilebsd.net/cblog +WWW: http://fossil.etoilebsd.net/cblog |