mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Fix regression introduced in my previous commit [1]
- Trim Makefile header - Adjust comment Reported by: bapt
This commit is contained in:
parent
71dc23138b
commit
d70b7fbdc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311760
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: pinentry-curses
|
||||
# Date created: 03 May 2004
|
||||
# Whom: Michael Nottebrock <lofi@freebsd.org>
|
||||
#
|
||||
# Created by: Michael Nottebrock <lofi@freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pinentry
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: pinentry-gtk
|
||||
# Date created: 03 May 2004
|
||||
# Whom: Michael Nottebrock <lofi@freebsd.org>
|
||||
#
|
||||
# Created by: Michael Nottebrock <lofi@freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pinentry
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: pinentry-gtk2
|
||||
# Date created: 27 Oct 2004
|
||||
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
||||
#
|
||||
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pinentry
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: pinentry-qt
|
||||
# Date created: 03 May 2004
|
||||
# Whom: Michael Nottebrock <lofi@freebsd.org>
|
||||
#
|
||||
# Created by: Michael Nottebrock <lofi@freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pinentry
|
||||
|
||||
|
@ -1,9 +1,4 @@
|
||||
# New ports collection makefile for: pinentry-qt4
|
||||
# Date created: 2009-06-23
|
||||
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pinentry
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: pinentry
|
||||
# Date created: 29 Jan 2003
|
||||
# Whom: michaelnottebrock@gmx.net
|
||||
#
|
||||
# Created by: Michael Nottebrock <lofi@freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pinentry
|
||||
PORTVERSION= 0.8.1
|
||||
@ -13,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= pinentry
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT?= A collection of simple PIN or passphrase entry dialogs
|
||||
COMMENT?= Collection of simple PIN or passphrase entry dialogs
|
||||
|
||||
LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
|
||||
ksba.19:${PORTSDIR}/security/libksba
|
||||
@ -54,7 +50,9 @@ PLIST_SUB+= WITH_QT3="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MQT4}
|
||||
USE_QT4= gui moc_build
|
||||
# bsd.kde.mk overrides MOC from bsd.qt.mk
|
||||
USE_QT4= gui # moc_build
|
||||
BUILD_DEPENDS+= ${MOC4}:${PORTSDIR}/devel/qt4-moc
|
||||
PLIST_SUB+= WITH_QT4=""
|
||||
MOC4= ${LOCALBASE}/bin/moc-qt4
|
||||
LDFLAGS+= ${PTHREAD_LIBS}
|
||||
|
Loading…
Reference in New Issue
Block a user