diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 18:44:20 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-25 18:44:20 +0000 |
commit | fbc06e4df689468b9a53f8781af64bd1849abb24 (patch) | |
tree | 206df2e78a00cc72ceac4dccbb0f55b66d1f174c /misc/cdcollect | |
parent | 7fefa22f87c66ff96f8d14b1000729a8c01be87f (diff) | |
download | ports-fbc06e4df689468b9a53f8781af64bd1849abb24.tar.gz ports-fbc06e4df689468b9a53f8781af64bd1849abb24.zip |
Notes
Diffstat (limited to 'misc/cdcollect')
-rw-r--r-- | misc/cdcollect/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/cdcollect/Makefile b/misc/cdcollect/Makefile index d3acb0c05f06..0e87c48a5cfc 100644 --- a/misc/cdcollect/Makefile +++ b/misc/cdcollect/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cdcollect -# Date created: 09 April 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= cdcollect PORTVERSION= 0.6.0 @@ -12,7 +8,7 @@ CATEGORIES= misc gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}_source MAINTAINER= ports@FreeBSD.org -COMMENT= A simple CD catalog for GNOME +COMMENT= Simple CD catalog for GNOME BUILD_DEPENDS= sqlite3>=3.0:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS:= ${BUILD_DEPENDS} |