pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/netramet



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Mon Sep 19 13:22:21 UTC 2016

Modified Files:
        pkgsrc/security/netramet: Makefile

Log Message:
wants libpcap


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/netramet/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/netramet/Makefile
diff -u pkgsrc/security/netramet/Makefile:1.11 pkgsrc/security/netramet/Makefile:1.12
--- pkgsrc/security/netramet/Makefile:1.11      Tue Dec 10 14:07:44 2013
+++ pkgsrc/security/netramet/Makefile   Mon Sep 19 13:22:21 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/12/10 14:07:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2016/09/19 13:22:21 wiedi Exp $
 #
 
 DISTNAME=      NeTraMet44
@@ -29,4 +29,5 @@ post-patch:
        ${MV} $$i.done $$i;                                             \
        done
 
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index