diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-21 03:18:18 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-21 03:18:18 +0800 |
commit | cd7725f60d3fd2c706cd81ab45772c5d090a311d (patch) | |
tree | 21a97df05cc926ab901aa3df356258d9590bb3a3 | |
parent | f91b8cb2062d0eff21289c028e55797c2b0c2818 (diff) | |
download | freebsd-ports-gnome-cd7725f60d3fd2c706cd81ab45772c5d090a311d.tar.gz freebsd-ports-gnome-cd7725f60d3fd2c706cd81ab45772c5d090a311d.tar.zst freebsd-ports-gnome-cd7725f60d3fd2c706cd81ab45772c5d090a311d.zip |
. remove shlib ABI version number from LIB_DEPENDS;
. delete an article from COMMENT;
. trim Makefile headers.
-rw-r--r-- | comms/nokryptia/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/comms/nokryptia/Makefile b/comms/nokryptia/Makefile index dc560313a10b..44b54023f6fd 100644 --- a/comms/nokryptia/Makefile +++ b/comms/nokryptia/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nokryptia -# Date created: 1 July 2004 -# Whom: Aleksander Fafula <alex@fafula.com> -# +# Created by: Aleksander Fafula <alex@fafula.com> # $FreeBSD$ -# PORTNAME= nokryptia PORTVERSION= 1.3 @@ -12,9 +8,9 @@ MASTER_SITES= http://tuxmobil.org/software/nokryptia/ \ http://www.bsdguru.org/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for fast loading mp3s into Nokia 5510 +COMMENT= Tool for fast loading mp3s into Nokia 5510 -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib +LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib GNU_CONFIGURE= yes USE_BZIP2= yes |