[Midnightbsd-cvs] mports: Makefile: portlint

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 18 11:30:30 EDT 2008


Log Message:
-----------
portlint

Modified Files:
--------------
    mports/security/opensc:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/opensc/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/opensc/Makefile -L security/opensc/Makefile -u -r1.1 -r1.2
--- security/opensc/Makefile
+++ security/opensc/Makefile
@@ -14,6 +14,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Libraries and utilities to access smart cards
+LICENSE=	lgpl
 
 OPTIONS=	OPENCT "Enable direct OpenCT backend support" on \
 		PCSC "Enable PC/SC backend support" off \
@@ -81,8 +82,7 @@
 .if defined(WITH_SIGNER)
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
 PINENTRY?=	${LOCALBASE}/bin/pinentry
-PINENTRY_PORT?=	security/pinentry
-RUN_DEPENDS+=	pinentry:${PORTSDIR}/${PINENTRY_PORT}
+RUN_DEPENDS+=	pinentry:${PORTSDIR}/security/pinentry
 USE_XORG=	x11
 CONFIGURE_ARGS+=--with-libassuan-prefix=${LOCALBASE} \
 		--with-plugin-dir=${LOCALBASE}/lib/browser_plugins \


More information about the Midnightbsd-cvs mailing list