[Midnightbsd-cvs] mports: Makefile: Let's just set this to gpg2.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Apr 3 21:49:00 EDT 2008
Log Message:
-----------
Let's just set this to gpg2. The magus index detects gpg2 ons stargazer, but since it's not autoinstalled on the clients...
This is just easier and users should use the newer one anyway.
Modified Files:
--------------
mports/mail/pine-pgp-filters:
Makefile (r1.4 -> r1.5)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/pine-pgp-filters/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L mail/pine-pgp-filters/Makefile -L mail/pine-pgp-filters/Makefile -u -r1.4 -r1.5
--- mail/pine-pgp-filters/Makefile
+++ mail/pine-pgp-filters/Makefile
@@ -21,15 +21,8 @@
.include <bsd.port.pre.mk>
-# We want to be version-agnostic here, but also record the right dependency
-# if the user installs the package and already has one or the other installed.
-.if exists(${LOCALBASE}/bin/gpg2)
BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg
-.else
-BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
-RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1
-.endif
.if exists(${LOCALBASE}/bin/pine)
RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4
More information about the Midnightbsd-cvs
mailing list