From 5fb15656f01424d607a577baaf46e618562f0f4a Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Mon, 27 Jan 2014 16:34:39 +0000 Subject: - Stagify - Update dependencies to new shlib format - Bump PORTREVISION PR: ports/185556 Submitted by: Kevin Zheng (maintainer) --- security/gnomint/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'security/gnomint/Makefile') diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile index f878273e7312..00807a1ff73b 100644 --- a/security/gnomint/Makefile +++ b/security/gnomint/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnomint PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF @@ -11,20 +11,20 @@ MAINTAINER= kevinz5000@gmail.com COMMENT= X.509 Certification Authority management tool LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ - gnutls:${PORTSDIR}/security/gnutls \ - sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgnutls.so:${PORTSDIR}/security/gnutls \ + libsqlite3.so:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes USES= gmake perl5 pkgconfig USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 -CFLAGS:= ${CFLAGS:C/-Werror//} +CFLAGS:= ${CFLAGS:C/-Werror//} OPTIONS_DEFINE= NLS -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} -- cgit v1.2.3