[Midnightbsd-cvs] mports: Makefile: Add license.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 29 17:58:45 EDT 2008


Log Message:
-----------
Add license.

add dependancy on tasn1.3 since evolution-data-server uses it and we're getting some missing stuff on magus which I beleive is related.

Modified Files:
--------------
    mports/mail/evolution:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/evolution/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L mail/evolution/Makefile -L mail/evolution/Makefile -u -r1.3 -r1.4
--- mail/evolution/Makefile
+++ mail/evolution/Makefile
@@ -9,6 +9,7 @@
 
 PORTNAME=	evolution
 PORTVERSION=	2.12.3
+PORTREVISION=	1
 CATEGORIES=	mail gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -16,8 +17,10 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	An integrated mail, calendar and address book distributed suite
+LICENSE=	gpl2
 
-LIB_DEPENDS=	nss3.1:${PORTSDIR}/security/nss
+LIB_DEPENDS=	nss3.1:${PORTSDIR}/security/nss \
+                tasn1.3:${PORTSDIR}/security/libtasn1
 RUN_DEPENDS=	${LOCALBASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnome-spell
 
 USE_BZIP2=	yes


More information about the Midnightbsd-cvs mailing list