diff options
author | richard <richard> | 2014-08-23 07:44:29 +0000 |
---|---|---|
committer | richard <richard> | 2014-08-23 07:44:29 +0000 |
commit | a19ab59e0fe0e9c35c8c3a635123d558a7a31e3d (patch) | |
tree | d36e64046a12257207445104044c6cd61f6dd1db | |
parent | 19e206ba4e83a0a8c605bfd4b6178d1053c3d6a6 (diff) | |
download | pkgsrc-a19ab59e0fe0e9c35c8c3a635123d558a7a31e3d.tar.gz |
adjust PLIST to support dtrace option
-rw-r--r-- | devel/xulrunner24/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/xulrunner24/PLIST b/devel/xulrunner24/PLIST index f65510de2e3..4b5190c81d3 100644 --- a/devel/xulrunner24/PLIST +++ b/devel/xulrunner24/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2014/05/06 13:56:38 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/08/23 07:44:29 richard Exp $ bin/xulrunner24 include/xulrunner24/AbstractMediaDecoder.h include/xulrunner24/AccEvent.h @@ -259,6 +259,7 @@ include/xulrunner24/inISearchObserver.h include/xulrunner24/inISearchProcess.h include/xulrunner24/ipc/IPCMessageUtils.h include/xulrunner24/jArray.h +${PLIST.dtrace}include/xulrunner24/javascript-trace.h include/xulrunner24/js-config.h include/xulrunner24/js.msg include/xulrunner24/js/Anchor.h @@ -341,6 +342,7 @@ include/xulrunner24/mozStorageCID.h include/xulrunner24/mozStorageHelper.h include/xulrunner24/mozcontainer.h include/xulrunner24/mozilla-config.h +${PLIST.dtrace}include/xulrunner24/mozilla-trace.h include/xulrunner24/mozilla/AppData.h include/xulrunner24/mozilla/AppProcessChecker.h include/xulrunner24/mozilla/Assertions.h |