diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-21 00:27:36 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-21 00:27:36 +0800 |
commit | b24fba4fde15b4ba301ff8425d125e983e0e33c9 (patch) | |
tree | ff21f850bf91c3fb631ff4f40c8d036fa31baffc /comms/gnocky | |
parent | c97a2a1309e75b8196f5078bec03297c46f71178 (diff) | |
download | freebsd-ports-gnome-b24fba4fde15b4ba301ff8425d125e983e0e33c9.tar.gz freebsd-ports-gnome-b24fba4fde15b4ba301ff8425d125e983e0e33c9.tar.zst freebsd-ports-gnome-b24fba4fde15b4ba301ff8425d125e983e0e33c9.zip |
. remove shlib ABI version numbers from LIB_DEPENDS;
. remove an article frmo COMMENT;
. trim Makefile headers.
Diffstat (limited to 'comms/gnocky')
-rw-r--r-- | comms/gnocky/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/comms/gnocky/Makefile b/comms/gnocky/Makefile index 9fee1a8e70b5..172be5971e41 100644 --- a/comms/gnocky/Makefile +++ b/comms/gnocky/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gnocky -# Date created: 16 Jul 2008 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnocky PORTVERSION= 0.0.7 @@ -12,9 +8,9 @@ CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnocky/ MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical (GTK+2) frontend for gnokii +COMMENT= Graphical (GTK+2) frontend for gnokii -LIB_DEPENDS= gnokii.7:${PORTSDIR}/comms/gnokii +LIB_DEPENDS= gnokii:${PORTSDIR}/comms/gnokii USE_BZIP2= yes USE_GNOME= gtk20 libglade2 |